about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster
diff options
context:
space:
mode:
authorNikolay Korotkiy <sikmir@disroot.org>2024-01-10 00:20:08 +0400
committerGitHub <noreply@github.com>2024-01-10 00:20:08 +0400
commit9be143188c5f4ca69b5dc14114378f9a200931e3 (patch)
treebf979457ef1cd093387317834921d7c7e7ea3ef1 /pkgs/applications/networking/cluster
parent537067a72b063c9a5734317462db487ab1d7a279 (diff)
parent89b2ff773c47c912f3cff38d978f8cabab5c6144 (diff)
Merge pull request #279812 from r-ryantm/auto-update/stern
stern: 1.27.0 -> 1.28.0
Diffstat (limited to 'pkgs/applications/networking/cluster')
-rw-r--r--pkgs/applications/networking/cluster/stern/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/cluster/stern/default.nix b/pkgs/applications/networking/cluster/stern/default.nix
index 02ceac61989a1..07822397434d9 100644
--- a/pkgs/applications/networking/cluster/stern/default.nix
+++ b/pkgs/applications/networking/cluster/stern/default.nix
@@ -2,16 +2,16 @@
 
 buildGoModule rec {
   pname = "stern";
-  version = "1.27.0";
+  version = "1.28.0";
 
   src = fetchFromGitHub {
     owner = "stern";
     repo = "stern";
     rev = "v${version}";
-    sha256 = "sha256-W8jGUs63R6QpwuTgzK5yVLhKGXypvKOyCWHT2xdb6eM=";
+    sha256 = "sha256-Lx5f2dqjdhgMXky1Pv2ik9i56ugsQmZK/ag4veC9Dac=";
   };
 
-  vendorHash = "sha256-LLVd9WB8ixH78CHYe0sS4sCDCD+6SQ7PxWr2MHiAOxI=";
+  vendorHash = "sha256-6jI/I7Nw/vJwKNvgH/35uHYu51SBX+WFH5s0WKfCqBo=";
 
   subPackages = [ "." ];