From 334235cfee5fc3b9d7c092d6b7e0baff9d77069a Mon Sep 17 00:00:00 2001 From: figsoda Date: Tue, 30 May 2023 13:04:25 -0400 Subject: [PATCH] runme: 1.2.1 -> 1.2.2 Diff: https://github.com/stateful/runme/compare/v1.2.1...v1.2.2 Changelog: https://github.com/stateful/runme/releases/tag/vv1.2.2 --- 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 d90ff72e12dc..506648005bd8 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.1"; + version = "1.2.2"; src = fetchFromGitHub { owner = "stateful"; repo = "runme"; rev = "v${version}"; - hash = "sha256-Gk15sqGQRL5v7Fo+tIYM4GM1FihoEAs23HK0cQN9hy4="; + hash = "sha256-SVYxFutmDDHEbYLExy0IxqZZZO13gUVPAA0X1ehVXME="; }; vendorHash = "sha256-el+gM3GRN5KU4RlSAx02rn+22xj28IZq3erZUzPbUUw=";