From 9cdd391b239c1b5d9db22e16f7cb302c0e74a2a9 Mon Sep 17 00:00:00 2001 From: figsoda Date: Thu, 22 Jun 2023 10:03:51 -0400 Subject: [PATCH] runme: 1.2.4 -> 1.2.5 Diff: https://github.com/stateful/runme/compare/v1.2.4...v1.2.5 Changelog: https://github.com/stateful/runme/releases/tag/vv1.2.5 --- pkgs/development/tools/misc/runme/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/tools/misc/runme/default.nix b/pkgs/development/tools/misc/runme/default.nix index 5080e0832da4..122d48c3799a 100644 --- a/pkgs/development/tools/misc/runme/default.nix +++ b/pkgs/development/tools/misc/runme/default.nix @@ -10,13 +10,13 @@ buildGoModule rec { pname = "runme"; - version = "1.2.4"; + version = "1.2.5"; src = fetchFromGitHub { owner = "stateful"; repo = "runme"; rev = "v${version}"; - hash = "sha256-AhGApOUzmdf9TOF0cESrvg8CVT918nzolVHriVNxsaE="; + hash = "sha256-1rtYp5LH+PBUV9CJIn7V69BmQOin3/RHQ0MDZMAJH1k="; }; vendorHash = "sha256-el+gM3GRN5KU4RlSAx02rn+22xj28IZq3erZUzPbUUw=";