about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-08-11 19:54:20 -0500
committerGitHub <noreply@github.com>2023-08-11 19:54:20 -0500
commit80e71a0df3b3309f4bc5436d93f51cea6b5af51f (patch)
tree8e8b03aa8a1824aac16b8b76400436d392b9623d /pkgs/development
parent31971a3c683b2604fb2ae935e78eb73da8a0ed4b (diff)
parente64a4a743c0df26e448fc541ae4279273740b819 (diff)
Merge pull request #248541 from figsoda/runme
runme: 1.7.1 -> 1.7.2
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/tools/misc/runme/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/misc/runme/default.nix b/pkgs/development/tools/misc/runme/default.nix
index 8f390befa9237..fc61e0ae376fd 100644
--- a/pkgs/development/tools/misc/runme/default.nix
+++ b/pkgs/development/tools/misc/runme/default.nix
@@ -11,16 +11,16 @@
 
 buildGoModule rec {
   pname = "runme";
-  version = "1.7.1";
+  version = "1.7.2";
 
   src = fetchFromGitHub {
     owner = "stateful";
     repo = "runme";
     rev = "v${version}";
-    hash = "sha256-WsYaOaXaNGztVqHMURn/96lWA9grccoKw6AJOhqUdfQ=";
+    hash = "sha256-BoPNIaYxK4VyafNWAVDonwTfpqF1N3Ggq5GF6A7DhF0=";
   };
 
-  vendorHash = "sha256-5FMrz4I/i/uJDI4vK9hiet4zMRf0CSbc/YJAFi8hlEM=";
+  vendorHash = "sha256-sGk2K0I9onGFpDwboRugNHjFictisY4Q0NTNnOT3BW4=";
 
   nativeBuildInputs = [
     installShellFiles