rke: 1.4.4 -> 1.4.5

This commit is contained in:
R. Ryantm 2023-04-28 18:23:56 +00:00
parent cfe96dbfce
commit 4cc306b6e3

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "rke";
version = "1.4.4";
version = "1.4.5";
src = fetchFromGitHub {
owner = "rancher";
repo = pname;
rev = "v${version}";
hash = "sha256-2qqEpH3Lkd7Ok+KBcRpRWiaUp0kN6j0YGURsX/qe3No=";
hash = "sha256-ldN0Fqh0V6JziTy5ml/i/un4/1o8MSeIAvrH5EyOeiw=";
};
vendorHash = "sha256-wuEsG2VKU4F/phSqpzUN3wChD93V4AE7poVLJu6kpF0=";