k3sup: 0.13.8 -> 0.13.9

This commit is contained in:
R. Ryantm 2025-05-21 14:36:31 +00:00
parent 74fd8e36e6
commit a712c76e60

View file

@ -10,13 +10,13 @@
buildGoModule rec {
pname = "k3sup";
version = "0.13.8";
version = "0.13.9";
src = fetchFromGitHub {
owner = "alexellis";
repo = "k3sup";
rev = version;
sha256 = "sha256-WmvCmG/wk63VnfJTFk3HhiaLzCe9O6kdUc7GpYNAwP4=";
sha256 = "sha256-3ySfLYeopz9PqxNmnao5m4Kymu5o5jcsOJdN8hz0Yss=";
};
nativeBuildInputs = [