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

k3sup: 0.12.0 -> 0.12.3
This commit is contained in:
superherointj 2022-08-28 18:08:02 -03:00 committed by GitHub
commit e141608421
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,18 +9,18 @@
buildGoModule rec {
pname = "k3sup";
version = "0.12.0";
version = "0.12.3";
src = fetchFromGitHub {
owner = "alexellis";
repo = "k3sup";
rev = version;
sha256 = "sha256-sb0cVLPIRD49AQ2XUsXkABFEZPrcuytr8Ht7Zt40H3o=";
sha256 = "sha256-2S/VnxVb056aPxFd5LxtUdaNlosHLlu7Tl/RQbY/zpA=";
};
nativeBuildInputs = [ makeWrapper installShellFiles ];
vendorSha256 = "sha256-I2bODrGF4D7B13qBZtCAOWgAmrxdleqfDQz+vCGmdjQ=";
vendorSha256 = "sha256-97m8xz46lvTtZoxO2+pjWmZyZnB2atPuVzYgS9DV+gI=";
postConfigure = ''
substituteInPlace vendor/github.com/alexellis/go-execute/pkg/v1/exec.go \