about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster
diff options
context:
space:
mode:
authorAnderson Torres <torres.anderson.85@protonmail.com>2022-06-17 03:53:56 -0300
committerGitHub <noreply@github.com>2022-06-17 03:53:56 -0300
commit6ca47ccb0b0fa25afcaad83396e308d35accdec1 (patch)
treebde099f32110ce082ade5d54ebd07d502df76070 /pkgs/applications/networking/cluster
parentc727dc76eed680226a18b82db3c252cb2a19f962 (diff)
parente26e051e80bb4e00824fc6cfe15c3021eab59f3a (diff)
Merge pull request #177982 from bryanasdev000/rancher265
rancher: 2.6.4 -> 2.6.5
Diffstat (limited to 'pkgs/applications/networking/cluster')
-rw-r--r--pkgs/applications/networking/cluster/rancher/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/cluster/rancher/default.nix b/pkgs/applications/networking/cluster/rancher/default.nix
index 3ee09b14ce960..d0a506f88475a 100644
--- a/pkgs/applications/networking/cluster/rancher/default.nix
+++ b/pkgs/applications/networking/cluster/rancher/default.nix
@@ -2,13 +2,13 @@
 
 buildGoModule rec {
   pname = "rancher";
-  version = "2.6.4";
+  version = "2.6.5";
 
   src = fetchFromGitHub {
     owner  = "rancher";
     repo   = "cli";
     rev    = "v${version}";
-    sha256 = "sha256-5ceyScsCidJpHGfwhsq7/hDd3CClx29cD5Cdc1PSxTU=";
+    sha256 = "sha256-/HI3qcpgNJTurPFEZFlg+H0ndowSgEF6cHp1cuaJjR8=";
   };
 
   ldflags = [