about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-06-11 16:47:19 -0400
committerGitHub <noreply@github.com>2024-06-11 16:47:19 -0400
commit2adfd618699c044db5cc90325ff47d59ce20fc73 (patch)
treeb69468f8c3bbb85317df66e3a9061ce2832fefad /pkgs/applications
parenteffbe797061c8a9a769c909a597caad0bc650789 (diff)
parent95191c6702d801bb9cdcf74814ee617820b6962c (diff)
Merge pull request #318971 from r-ryantm/auto-update/rke
rke: 1.5.9 -> 1.5.10
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/networking/cluster/rke/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/cluster/rke/default.nix b/pkgs/applications/networking/cluster/rke/default.nix
index a8155cb8254a6..cea0610f144ed 100644
--- a/pkgs/applications/networking/cluster/rke/default.nix
+++ b/pkgs/applications/networking/cluster/rke/default.nix
@@ -2,16 +2,16 @@
 
 buildGoModule rec {
   pname = "rke";
-  version = "1.5.9";
+  version = "1.5.10";
 
   src = fetchFromGitHub {
     owner = "rancher";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-JLP2fZALPJmfj8fCsEPT0S2xsZ1HNQlhORNNrGxxgVg=";
+    hash = "sha256-e4YR3vYpaRVhwvBY8VwLp3XNXxnwYlS14VP0gSyLvJA=";
   };
 
-  vendorHash = "sha256-5SxRh9y8I0v3+lU4V9xGtbwWv6JmrvLmPX8TFKjvvD4=";
+  vendorHash = "sha256-++4d87ARL1czjL9I/AuodIP2PmbjjAQ5jf5x2bP16yQ=";
 
   subPackages = [ "." ];