rancher: 2.11.1 -> 2.11.2

This commit is contained in:
R. Ryantm 2025-05-30 08:01:59 +00:00
parent 4420d42422
commit 6f5e5cd8d4

View file

@ -6,13 +6,13 @@
buildGoModule rec {
pname = "rancher";
version = "2.11.1";
version = "2.11.2";
src = fetchFromGitHub {
owner = "rancher";
repo = "cli";
tag = "v${version}";
hash = "sha256-puwbZQ6JOdRODOChb2hOqW4KPIxxubOkMILFHUP/I78=";
hash = "sha256-C7Ihl7JnURltVk6Qt7H/UYeHqjcfKuFyFCFx8ENPDyI=";
};
ldflags = [
@ -23,7 +23,7 @@ buildGoModule rec {
"-static"
];
vendorHash = "sha256-NQ5R2rYmPc5Y6tpnWm9/QL5TNe70ZWwXF51KgShyovQ=";
vendorHash = "sha256-eUA+hm+vuVUpkF7ojruEydkXbtMM58i0Ka+6Z9G4EYQ=";
postInstall = ''
mv $out/bin/cli $out/bin/rancher