about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-08-01 18:38:30 -0600
committerGitHub <noreply@github.com>2023-08-01 18:38:30 -0600
commit9bce7567d3ea73e537f2dc60c937100eeaf4d05e (patch)
treecbb8aeaf639d4e72a8cb57fb145a0681f6317b9c
parente639615af3ab18cef04a966af5933fb291d07558 (diff)
parent4faa67a748167ee77787a233120627941344eb61 (diff)
Merge pull request #246619 from figsoda/runme
runme: 1.6.0 -> 1.7.0
-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 033240878c351..60b2fbfe32560 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.6.0";
+  version = "1.7.0";
 
   src = fetchFromGitHub {
     owner = "stateful";
     repo = "runme";
     rev = "v${version}";
-    hash = "sha256-WxsMANyxV+ibAf0/TnkVExyC8XgBjtO92GHNztM0GiU=";
+    hash = "sha256-vtlsa+XdsE33oR5MH1zaHUIJ4Rsn/RqtryTgNGgEHJw=";
   };
 
-  vendorHash = "sha256-gFe4lfe6M8NF1zzqK+jLmQix/311yWhFccLsOn+LOZc=";
+  vendorHash = "sha256-5FMrz4I/i/uJDI4vK9hiet4zMRf0CSbc/YJAFi8hlEM=";
 
   nativeBuildInputs = [
     installShellFiles