k3sup: 0.13.6 -> 0.13.7
This commit is contained in:
parent
f5d3903c5f
commit
538cd3a9f5
@ -9,13 +9,13 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "k3sup";
|
pname = "k3sup";
|
||||||
version = "0.13.6";
|
version = "0.13.7";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "alexellis";
|
owner = "alexellis";
|
||||||
repo = "k3sup";
|
repo = "k3sup";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-ngC1yT0pV/ygGzNTYz71qf8V19hqvz3XP7CP8saGwCI=";
|
sha256 = "sha256-B9Mo0+dqF15LuhCytMBax2gKjHl9mBkxLXCdb9f0Big=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ makeWrapper installShellFiles ];
|
nativeBuildInputs = [ makeWrapper installShellFiles ];
|
||||||
|
Loading…
Reference in New Issue
Block a user