about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/k3sup
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-03-04 14:45:15 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-03-04 14:45:15 +0000
commit36508c096335c0321adcc64a488894ab6b8fbe49 (patch)
treea52b6fd4b69ad008f134bd9ad6b5808d74f6af49 /pkgs/applications/networking/cluster/k3sup
parent45e44c56f115a33b034f3fcccdec05040438a75a (diff)
k3sup: 0.12.12 -> 0.12.13
Diffstat (limited to 'pkgs/applications/networking/cluster/k3sup')
-rw-r--r--pkgs/applications/networking/cluster/k3sup/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/cluster/k3sup/default.nix b/pkgs/applications/networking/cluster/k3sup/default.nix
index 555f1e69c1794..4ee0a4fd97bb6 100644
--- a/pkgs/applications/networking/cluster/k3sup/default.nix
+++ b/pkgs/applications/networking/cluster/k3sup/default.nix
@@ -9,18 +9,18 @@
 
 buildGoModule rec {
   pname = "k3sup";
-  version = "0.12.12";
+  version = "0.12.13";
 
   src = fetchFromGitHub {
     owner = "alexellis";
     repo = "k3sup";
     rev = version;
-    sha256 = "sha256-Fp52PL0oNqpvisiLLqZ+iQ4RSzLaL3UH7S/CAR5h9LA=";
+    sha256 = "sha256-lnr2zMp6gpOM1DtUFIniDd38zR1qnXCmcftlt7dL6P4=";
   };
 
   nativeBuildInputs = [ makeWrapper installShellFiles ];
 
-  vendorSha256 = "sha256-97m8xz46lvTtZoxO2+pjWmZyZnB2atPuVzYgS9DV+gI=";
+  vendorHash = "sha256-97m8xz46lvTtZoxO2+pjWmZyZnB2atPuVzYgS9DV+gI=";
 
   postConfigure = ''
     substituteInPlace vendor/github.com/alexellis/go-execute/pkg/v1/exec.go \