k3sup: 0.12.14 -> 0.12.15

This commit is contained in:
R. Ryantm
2023-08-25 16:06:02 +00:00
parent e9e72a4b0d
commit dafab32a63
@@ -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 ];