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>2024-01-10 20:00:56 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-01-10 20:00:56 +0000
commitfca7d47f5a5d4e57c268d86d1abab1992c9a78c9 (patch)
treed4703bd6265fb5e152afe31127e4b051822d2ddb /pkgs/applications/networking/cluster/tf-summarize
parent2225c6a8831423dc7933730bc35fd30d198ae497 (diff)
tf-summarize: 0.3.6 -> 0.3.7
Diffstat (limited to 'pkgs/applications/networking/cluster/tf-summarize')
-rw-r--r--pkgs/applications/networking/cluster/tf-summarize/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/cluster/tf-summarize/default.nix b/pkgs/applications/networking/cluster/tf-summarize/default.nix
index 1381ba664222e..840e221ec9ce3 100644
--- a/pkgs/applications/networking/cluster/tf-summarize/default.nix
+++ b/pkgs/applications/networking/cluster/tf-summarize/default.nix
@@ -7,13 +7,13 @@
 
 buildGoModule rec {
   pname = "tf-summarize";
-  version = "0.3.6";
+  version = "0.3.7";
 
   src = fetchFromGitHub {
     owner = "dineshba";
     repo = "tf-summarize";
     rev = "v${version}";
-    hash = "sha256-8TRX7gAbBlCIOHbwRIVoke2WBSgwLx9121Fg5h0LPF0=";
+    hash = "sha256-IdtIcWnriCwghAWay+GzVf30difsDNHrHDNHDkkTxLg=";
   };
 
   vendorHash = "sha256-YdfZt8SHBJHk5VUC8Em97EzX79EV4hxvo0B05npBA2U=";