rancher: 2.12.2 -> 2.12.3

This commit is contained in:
R. Ryantm
2025-10-23 08:12:08 +00:00
parent fedf897f2a
commit 40258dce62
+3 -3
View File
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "rancher";
version = "2.12.2";
version = "2.12.3";
src = fetchFromGitHub {
owner = "rancher";
repo = "cli";
tag = "v${version}";
hash = "sha256-KVJfeCv+rMPGvKknov1LQX/ndI182p8p+ze2522xb7U=";
hash = "sha256-i+l+vs+uD6h0GruvxhkQtb7DYCJ3uysa/rZ8hGmmu7Y=";
};
env.CGO_ENABLED = 0;
@@ -25,7 +25,7 @@ buildGoModule rec {
"-static"
];
vendorHash = "sha256-guxr/co4IJoX+mSBPFqdjo8C/QnRIXcd/RztNdnfVQM=";
vendorHash = "sha256-mObfou6JXQ+ZWvxWMpdcC1ymngFJZ8k9I+rCYCFvDg4=";
postInstall = ''
mv $out/bin/cli $out/bin/rancher