about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/tf-summarize
diff options
context:
space:
mode:
authorAaron Jheng <wentworth@outlook.com>2023-08-15 16:44:59 +0800
committerAnderson Torres <torres.anderson.85@protonmail.com>2023-08-15 10:32:05 +0000
commit6d00572038cd2ad1c1a0b92dceca1ee6da981b09 (patch)
tree061a0a3394ffcfe74fc0f0cee6afe824bb29025f /pkgs/applications/networking/cluster/tf-summarize
parent0357d5fcbe733b76338aabd876b4417bbf58674b (diff)
tf-summarize: use sri hash
Diffstat (limited to 'pkgs/applications/networking/cluster/tf-summarize')
-rw-r--r--pkgs/applications/networking/cluster/tf-summarize/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/applications/networking/cluster/tf-summarize/default.nix b/pkgs/applications/networking/cluster/tf-summarize/default.nix
index 8cc48d7a2e8f0..d4958d762b4f4 100644
--- a/pkgs/applications/networking/cluster/tf-summarize/default.nix
+++ b/pkgs/applications/networking/cluster/tf-summarize/default.nix
@@ -13,10 +13,11 @@ buildGoModule rec {
     owner = "dineshba";
     repo = "tf-summarize";
     rev = "v${version}";
-    sha256 = "0c6fcz0n22mq8bqr82h9lfxx4n1bk9gjlc7d131lpf14yiacih3p";
+    hash = "sha256-d8DIVPQkuEvDCO0wKl+aK1jSu6MJCpTxQrgKYcFnzjA=";
   };
 
-  vendorSha256 = "cnybdZth7qlP2BHK8uvLCoqJtggMIkvaL2+YugiUZRE=";
+  vendorHash = "sha256-cnybdZth7qlP2BHK8uvLCoqJtggMIkvaL2+YugiUZRE=";
+
   ldflags = [
     "-s"
     "-w"