Merge pull request #207220 from r-ryantm/auto-update/k3sup

k3sup: 0.12.11 -> 0.12.12
This commit is contained in:
Pascal Bach 2022-12-22 22:13:22 +01:00 committed by GitHub
commit 811fa40e48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,13 +9,13 @@
buildGoModule rec {
pname = "k3sup";
version = "0.12.11";
version = "0.12.12";
src = fetchFromGitHub {
owner = "alexellis";
repo = "k3sup";
rev = version;
sha256 = "sha256-SwbOXPpW4pQXZNYWkEmLl5ax2P+tjcoVTOV23fCigtk=";
sha256 = "sha256-Fp52PL0oNqpvisiLLqZ+iQ4RSzLaL3UH7S/CAR5h9LA=";
};
nativeBuildInputs = [ makeWrapper installShellFiles ];