about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/stern/default.nix
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-05-24 03:01:51 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-05-24 03:01:51 +0000
commite38cfd5ef4313905e35c89e1e85869fe3442fc50 (patch)
treea5c8608666fb100c25edf9b5832317cfa97a308f /pkgs/applications/networking/cluster/stern/default.nix
parentfc165a03b23a5f334f648f241afa0f5ac0ca0127 (diff)
stern: 1.29.0 -> 1.30.0
Diffstat (limited to 'pkgs/applications/networking/cluster/stern/default.nix')
-rw-r--r--pkgs/applications/networking/cluster/stern/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/cluster/stern/default.nix b/pkgs/applications/networking/cluster/stern/default.nix
index fd4b70de5acd8..b2a54862c1ed1 100644
--- a/pkgs/applications/networking/cluster/stern/default.nix
+++ b/pkgs/applications/networking/cluster/stern/default.nix
@@ -2,13 +2,13 @@
 
 buildGoModule rec {
   pname = "stern";
-  version = "1.29.0";
+  version = "1.30.0";
 
   src = fetchFromGitHub {
     owner = "stern";
     repo = "stern";
     rev = "v${version}";
-    sha256 = "sha256-8Tvhul7GwVbRJqJenbYID8OY5zGzFhIormUwEtLE0Lw=";
+    sha256 = "sha256-sqRPX+NC58mQi0wvs3u3Lb81LBntaY1FzzlY1TIiz18=";
   };
 
   vendorHash = "sha256-RLcF7KfKtkwB+nWzaQb8Va9pau+TS2uE9AmJ0aFNsik=";