Merge pull request #314284 from piotr152/k3sup/0.13.5

k3sup: 0.13.0 -> 0.13.5
This commit is contained in:
Nick Cao
2024-05-25 08:36:31 -04:00
committed by GitHub
@@ -9,13 +9,13 @@
buildGoModule rec {
pname = "k3sup";
version = "0.13.0";
version = "0.13.5";
src = fetchFromGitHub {
owner = "alexellis";
repo = "k3sup";
rev = version;
sha256 = "sha256-GppNYNqX/YqRtCYQIe3t2x6eNJCZc/yi6F2xHvA3YXE=";
sha256 = "sha256-Psuv6QUzRMyZTAFX+oWdgztA+F1sm0J5MAITc3uNM1A=";
};
nativeBuildInputs = [ makeWrapper installShellFiles ];
@@ -23,7 +23,7 @@ buildGoModule rec {
vendorHash = null;
postConfigure = ''
substituteInPlace vendor/github.com/alexellis/go-execute/pkg/v1/exec.go \
substituteInPlace vendor/github.com/alexellis/go-execute/v2/exec.go \
--replace "/bin/bash" "${bash}/bin/bash"
'';