trillian: 1.5.1 -> 1.5.2

This commit is contained in:
R. Ryantm 2023-05-13 02:12:11 +00:00
parent 15f699fbf9
commit 480cfb898b

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 = [