about summary refs log tree commit diff
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2024-01-05 22:39:28 -0500
committerGitHub <noreply@github.com>2024-01-05 22:39:28 -0500
commit57d4305f78846e695812195671cb380c628f718e (patch)
treebeed1cc4ddf5a138fb50bd47dfc5988d1c4d8c5f
parentb6e019f833b7a75d2b770848d196145e5797507c (diff)
parente745b47a341b5821c812704c8feae560031e7190 (diff)
Merge pull request #278757 from r-ryantm/auto-update/runme
runme: 2.0.6 -> 2.0.7
-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 ee3216d8f26b6..6e6914fbf1561 100644
--- a/pkgs/development/tools/misc/runme/default.nix
+++ b/pkgs/development/tools/misc/runme/default.nix
@@ -12,16 +12,16 @@
 
 buildGoModule rec {
   pname = "runme";
-  version = "2.0.6";
+  version = "2.0.7";
 
   src = fetchFromGitHub {
     owner = "stateful";
     repo = "runme";
     rev = "v${version}";
-    hash = "sha256-oyPForGCRGs5go6CqrWfYYsgi5orLgC2qWei5RdOAjM=";
+    hash = "sha256-ip2td0PEMga7Egd/YEGdpoUV4tnNI27BUDPYynpFhhc=";
   };
 
-  vendorHash = "sha256-vYSheywz9ZyQ0aNWFpUEn/hrrktKAhV+VLYv74k+/nM=";
+  vendorHash = "sha256-PLDsea/o067ifiX0RKFC7gDpORLVEQ0DV6sdBzzQCTs=";
 
   nativeBuildInputs = [
     installShellFiles