3
0
Fork 0
forked from mirrors/nixpkgs

k3sup: 0.12.3 -> 0.12.7

This commit is contained in:
R. Ryantm 2022-10-04 11:07:22 +00:00
parent 5f53dac66a
commit 6ffc735377

View file

@ -9,13 +9,13 @@
buildGoModule rec {
pname = "k3sup";
version = "0.12.3";
version = "0.12.7";
src = fetchFromGitHub {
owner = "alexellis";
repo = "k3sup";
rev = version;
sha256 = "sha256-2S/VnxVb056aPxFd5LxtUdaNlosHLlu7Tl/RQbY/zpA=";
sha256 = "sha256-EOGYOxRhpPHOSo9ccCSvat9kq2SlujPqno8v7/zmuto=";
};
nativeBuildInputs = [ makeWrapper installShellFiles ];