Merge pull request #231576 from r-ryantm/auto-update/trillian

trillian: 1.5.1 -> 1.5.2
This commit is contained in:
adisbladis 2023-05-13 14:51:26 +12:00 committed by GitHub
commit 5b18f339bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,14 +5,14 @@
buildGoModule rec {
pname = "trillian";
version = "1.5.1";
vendorSha256 = "sha256-L2aZYwlJq9yVaaKgxa9NoqXTKD/pUq2OMiFftP364Kw=";
version = "1.5.2";
vendorHash = "sha256-DlqezeMZsOaCoqvGMiU+fHMq+p3tZ+XBulB/G3BJESM=";
src = fetchFromGitHub {
owner = "google";
repo = pname;
rev = "v${version}";
sha256 = "sha256-v5feUTiK6ql0YcRR6RDAj+pS/PZ7vDnSf0ue2rtWb8k=";
sha256 = "sha256-m+22UK37IBCo48AgzINxKvudhEwvStz6fLWjE49saIg=";
};
subPackages = [