rke: 1.4.2 -> 1.4.3

This commit is contained in:
R. Ryantm 2023-03-12 12:14:05 +00:00 committed by Bobby Rong
parent 8867b9d72c
commit e54425c407

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "rke";
version = "1.4.2";
version = "1.4.3";
src = fetchFromGitHub {
owner = "rancher";
repo = pname;
rev = "v${version}";
hash = "sha256-4aT9SguxN7oaewnrxme1nCFfaQytSJ9Aeb0WEQACtUA=";
hash = "sha256-UTvDrrveFDrPD0ar87Q3NZSxTyCAe5gpp3e2QPeMMm4=";
};
vendorHash = "sha256-zV1lrJhzrUAcEk6jYLCFrHcYw3CZart46qXErCTjZyQ=";