Unverified Commit dd2ae712 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #241736 from figsoda/runme

runme: 1.2.6 -> 1.3.0
parents e541b180 3f3feddd
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -10,16 +10,16 @@

buildGoModule rec {
  pname = "runme";
  version = "1.2.6";
  version = "1.3.0";

  src = fetchFromGitHub {
    owner = "stateful";
    repo = "runme";
    rev = "v${version}";
    hash = "sha256-yiprpN2vKGX2g2ANoRgCze2cAccPigI7GAPBFIf7xxo=";
    hash = "sha256-pfx4X9FgC08nQ74j9MJRBKIZnvO3plHN4cmaU4kFOoI=";
  };

  vendorHash = "sha256-el+gM3GRN5KU4RlSAx02rn+22xj28IZq3erZUzPbUUw=";
  vendorHash = "sha256-BJhda5mE5f4kvi8CLjgMJYjdUS3vsUSwmHhTW/AVKCI=";

  nativeBuildInputs = [
    installShellFiles
@@ -63,7 +63,7 @@ buildGoModule rec {
  meta = with lib; {
    description = "Execute commands inside your runbooks, docs, and READMEs";
    homepage = "https://runme.dev";
    changelog = "https://github.com/stateful/runme/releases/tag/v${src.rev}";
    changelog = "https://github.com/stateful/runme/releases/tag/v${version}";
    license = licenses.asl20;
    maintainers = with maintainers; [ figsoda ];
  };