Merge pull request #241736 from figsoda/runme

runme: 1.2.6 -> 1.3.0
This commit is contained in:
Weijia Wang
2023-07-06 14:18:43 +03:00
committed by GitHub
@@ -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 ];
};