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

k3sup: 0.12.14 -> 0.12.15
This commit is contained in:
Matthias Beyer 2023-08-25 19:02:32 +02:00 committed by GitHub
commit 697d179231
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.14";
version = "0.12.15";
src = fetchFromGitHub {
owner = "alexellis";
repo = "k3sup";
rev = version;
sha256 = "sha256-8zXcW1jVNVpFWpVYONjc0cwRQr8YTVbLYIH1IYCe9Nw=";
sha256 = "sha256-7eO4QCCgsNWXoo/H0JdMIS7e74p+Ph62OpjBtjmvJKY=";
};
nativeBuildInputs = [ makeWrapper installShellFiles ];