archiver: use sri hash

This commit is contained in:
Aaron Jheng
2023-09-19 07:08:52 +02:00
committed by Jörg Thalheim
parent 4242fb6f74
commit f58d86bf7e
+2 -2
View File
@@ -11,10 +11,10 @@ buildGoModule rec {
owner = "mholt";
repo = pname;
rev = "v${version}";
sha256 = "1py186hfy4p69wghqmbsyi1r3xvw1nyl55pz8f97a5qhmwxb3mwp";
hash = "sha256-l9exOq8QF3WSQ/+WQr0NfPeRQ/R6VQwfT+YS76BBwd8=";
};
vendorSha256 = "1y4v95z1ga111g3kdv5wvyikwifl25f36firf1i916rxli6f6g5i";
vendorHash = "sha256-sTzjTKQ9m5BicDk6M1wR1EU+o9+87DbHCyGoF35Jm/g=";
ldflags = [ "-s" "-w" "-X main.version=${version}" "-X main.commit=${src.rev}" "-X main.date=unknown" ];