rke: 1.4.3 -> 1.4.4

This commit is contained in:
R. Ryantm 2023-04-20 07:17:30 +00:00
parent 01cbd79e2f
commit de53d22a79

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "rke";
version = "1.4.3";
version = "1.4.4";
src = fetchFromGitHub {
owner = "rancher";
repo = pname;
rev = "v${version}";
hash = "sha256-UTvDrrveFDrPD0ar87Q3NZSxTyCAe5gpp3e2QPeMMm4=";
hash = "sha256-2qqEpH3Lkd7Ok+KBcRpRWiaUp0kN6j0YGURsX/qe3No=";
};
vendorHash = "sha256-zV1lrJhzrUAcEk6jYLCFrHcYw3CZart46qXErCTjZyQ=";
vendorHash = "sha256-wuEsG2VKU4F/phSqpzUN3wChD93V4AE7poVLJu6kpF0=";
subPackages = [ "." ];