about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/tf-summarize
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-10-07 03:10:29 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-10-07 03:10:29 +0000
commit9da7a7fe9199369930abfc8e1cb2ff21dc639070 (patch)
treef0cd21dce8c0eea9f5430aa429840cc1b65df5a9 /pkgs/applications/networking/cluster/tf-summarize
parent0b48455b2d53fffa11c23fdf59d48f43c32cecf2 (diff)
tf-summarize: 0.3.2 -> 0.3.3
Diffstat (limited to 'pkgs/applications/networking/cluster/tf-summarize')
-rw-r--r--pkgs/applications/networking/cluster/tf-summarize/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/cluster/tf-summarize/default.nix b/pkgs/applications/networking/cluster/tf-summarize/default.nix
index d4958d762b4f4..7267e3fc064a7 100644
--- a/pkgs/applications/networking/cluster/tf-summarize/default.nix
+++ b/pkgs/applications/networking/cluster/tf-summarize/default.nix
@@ -7,16 +7,16 @@
 
 buildGoModule rec {
   pname = "tf-summarize";
-  version = "0.3.2";
+  version = "0.3.3";
 
   src = fetchFromGitHub {
     owner = "dineshba";
     repo = "tf-summarize";
     rev = "v${version}";
-    hash = "sha256-d8DIVPQkuEvDCO0wKl+aK1jSu6MJCpTxQrgKYcFnzjA=";
+    hash = "sha256-1sYWOvSWxoS0R6M1HxJ6yyBSa/LY3b9G8mF3NMofFhM=";
   };
 
-  vendorHash = "sha256-cnybdZth7qlP2BHK8uvLCoqJtggMIkvaL2+YugiUZRE=";
+  vendorHash = "sha256-YdfZt8SHBJHk5VUC8Em97EzX79EV4hxvo0B05npBA2U=";
 
   ldflags = [
     "-s"