Unverified Commit db93f046 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #259814 from figsoda/runme

runme: 1.7.5 -> 1.7.6
parents 8890b43a 17089962
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -11,16 +11,16 @@

buildGo121Module rec {
  pname = "runme";
  version = "1.7.5";
  version = "1.7.6";

  src = fetchFromGitHub {
    owner = "stateful";
    repo = "runme";
    rev = "v${version}";
    hash = "sha256-cy4IUsCMh0sFpHLFce3DW4KAMYT2/BtvKBHKPpkCggQ=";
    hash = "sha256-gYaC1ROvW4wFrOKt1Wjl/ExhWX0ZQXHW6n6N70tXa+E=";
  };

  vendorHash = "sha256-vfLLL/sV8Jg/QE4oT45XLXAwvlLep3ehtPwXbpwo5PQ=";
  vendorHash = "sha256-/eofPpXmfpc7Vjz97hjKXH/Fl/EAk0zrnI279iit7MI=";

  nativeBuildInputs = [
    installShellFiles