about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/rke2/default.nix
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-06-02 13:42:30 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-06-02 13:42:30 +0000
commit550ed635d444e1b6fdf838878c2b0e019a1d5a31 (patch)
tree4106a08dc694a270f35dc6259768f7a4283d9ac6 /pkgs/applications/networking/cluster/rke2/default.nix
parent706796477cea054b9258be8a510a19e89c02f4a5 (diff)
rke2: 1.27.1+rke2r1 -> 1.27.2+rke2r1
Diffstat (limited to 'pkgs/applications/networking/cluster/rke2/default.nix')
-rw-r--r--pkgs/applications/networking/cluster/rke2/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/cluster/rke2/default.nix b/pkgs/applications/networking/cluster/rke2/default.nix
index 8ffad86ddc74d..c9ce55b0b19e1 100644
--- a/pkgs/applications/networking/cluster/rke2/default.nix
+++ b/pkgs/applications/networking/cluster/rke2/default.nix
@@ -2,16 +2,16 @@
 
 buildGoModule rec {
   pname = "rke2";
-  version = "1.27.1+rke2r1";
+  version = "1.27.2+rke2r1";
 
   src = fetchFromGitHub {
     owner = "rancher";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-MPhE4dkFDLMG/Zxn9UqUMmbV95wfNDJU9C5CT8Ap5iA=";
+    hash = "sha256-jzm2tYwsomLifAfmb0w1+/FpCgtOk+O8DRmy1OgzfmE=";
   };
 
-  vendorHash = "sha256-STpM7GxLdEhe7tfa6n6jyUSQsE9D91pCBvw1n7Q9qMc=";
+  vendorHash = "sha256-VVc1IgeR+LWEexTyIXtCcF6TtdDzsgP4U4kqArIKdU4=";
 
   subPackages = [ "." ];