Commit 4acd4236 authored by R. RyanTM's avatar R. RyanTM Committed by Bobby Rong
Browse files

k3sup: 0.12.7 -> 0.12.10

parent ef3f5f40
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

buildGoModule rec {
  pname = "k3sup";
  version = "0.12.7";
  version = "0.12.10";

  src = fetchFromGitHub {
    owner = "alexellis";
    repo = "k3sup";
    rev = version;
    sha256 = "sha256-EOGYOxRhpPHOSo9ccCSvat9kq2SlujPqno8v7/zmuto=";
    sha256 = "sha256-d9YZOrMZKwkHmo7/b0BE552OLnD/ETfF4n+jE7fQ4zA=";
  };

  nativeBuildInputs = [ makeWrapper installShellFiles ];