From bafd2557aec0944d4881a0c04175f7de4f3ce0c7 Mon Sep 17 00:00:00 2001 From: figsoda Date: Wed, 5 Jul 2023 14:15:33 -0400 Subject: [PATCH 1/2] runme: 1.2.6 -> 1.3.0 Diff: https://github.com/stateful/runme/compare/v1.2.6...v1.3.0 Changelog: https://github.com/stateful/runme/releases/tag/v1.3.0 --- pkgs/development/tools/misc/runme/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/tools/misc/runme/default.nix b/pkgs/development/tools/misc/runme/default.nix index fdfa35411423..8da908d918fc 100644 --- a/pkgs/development/tools/misc/runme/default.nix +++ b/pkgs/development/tools/misc/runme/default.nix @@ -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 From 3f3fedddbc3d490cf35e19dc9f5915798b9037ee Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 5 Jul 2023 22:18:28 +0200 Subject: [PATCH 2/2] runme: adjust changelog entry --- pkgs/development/tools/misc/runme/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/tools/misc/runme/default.nix b/pkgs/development/tools/misc/runme/default.nix index 8da908d918fc..7669bd777067 100644 --- a/pkgs/development/tools/misc/runme/default.nix +++ b/pkgs/development/tools/misc/runme/default.nix @@ -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 ]; };