rancher: 2.11.1 -> 2.11.2 (#412277)

This commit is contained in:
Nick Cao 2025-05-30 16:30:00 -04:00 committed by GitHub
commit faee759219
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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