rke: 1.4.11 -> 1.5.1

This commit is contained in:
R. Ryantm 2023-12-23 05:02:15 +00:00
parent 22ea4c79f1
commit 945e1105ef

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "rke";
version = "1.4.11";
version = "1.5.1";
src = fetchFromGitHub {
owner = "rancher";
repo = pname;
rev = "v${version}";
hash = "sha256-bsvAyyf/ITIm8pxVF61idM91Ztd/2ufH2lBHR6a7lCQ=";
hash = "sha256-9Oxl77yDoWckdtddMgyNQIGgjMGA/5+B3qyyA2pQ3DY=";
};
vendorHash = "sha256-3bivFrn2xDyILD1ugSr7IehhNq4vkqShFQI3sbeY0iY=";
vendorHash = "sha256-eH4FBfX9LNb1UgSRsYSd1Fn2Ju+cL6t64u+/sf9uzNM=";
subPackages = [ "." ];