Unverified Commit 552295bf authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

k3sup: 0.13.6 -> 0.13.7 (#348685)

parents dacf082a 538cd3a9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

buildGoModule rec {
  pname = "k3sup";
  version = "0.13.6";
  version = "0.13.7";

  src = fetchFromGitHub {
    owner = "alexellis";
    repo = "k3sup";
    rev = version;
    sha256 = "sha256-ngC1yT0pV/ygGzNTYz71qf8V19hqvz3XP7CP8saGwCI=";
    sha256 = "sha256-B9Mo0+dqF15LuhCytMBax2gKjHl9mBkxLXCdb9f0Big=";
  };

  nativeBuildInputs = [ makeWrapper installShellFiles ];