about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-03-09 18:56:03 -0500
committerGitHub <noreply@github.com>2024-03-09 18:56:03 -0500
commit40b5b3a0fafb517119d70fa7ed3612ecb5bbd84b (patch)
tree323b6d880e6cc022ef61791b10953cda2b41ada6 /pkgs/applications
parentba2ec49e336fb124c2bc1ea089e2d48b553b34a0 (diff)
parentb45d2afd441896c4dffa58f18f17741565ee9779 (diff)
Merge pull request #294209 from r-ryantm/auto-update/rke
rke: 1.5.5 -> 1.5.6
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/networking/cluster/rke/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/cluster/rke/default.nix b/pkgs/applications/networking/cluster/rke/default.nix
index c349e93b6ba36..f44ffa5ba758d 100644
--- a/pkgs/applications/networking/cluster/rke/default.nix
+++ b/pkgs/applications/networking/cluster/rke/default.nix
@@ -2,13 +2,13 @@
 
 buildGoModule rec {
   pname = "rke";
-  version = "1.5.5";
+  version = "1.5.6";
 
   src = fetchFromGitHub {
     owner = "rancher";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-TPgXjM7RyjI8NmfiZHkHF3txfzAwjOg7kGODBj37JEI=";
+    hash = "sha256-yw7GacSvPKXStmYtG4oQQlIca5Svk4pHDliMDVhyPRI=";
   };
 
   vendorHash = "sha256-0H9K3/BwdSExADFHaYtn2RrHZ6AyEjzlBKYXL/Ow9JA=";