about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2020-05-20 09:26:42 +0100
committerGitHub <noreply@github.com>2020-05-20 09:26:42 +0100
commit40e61a486983815cce2ae22112ea7d4a1ac97a8c (patch)
tree5f01ff47285cad5dea382b79e17245b7cf392b2c
parent7d17933e2c063b3039fb183049ec6ae8daea4014 (diff)
parent8f1459dc448fbded059d375069f663268ec4ad41 (diff)
downloadnixlib-40e61a486983815cce2ae22112ea7d4a1ac97a8c.tar
nixlib-40e61a486983815cce2ae22112ea7d4a1ac97a8c.tar.gz
nixlib-40e61a486983815cce2ae22112ea7d4a1ac97a8c.tar.bz2
nixlib-40e61a486983815cce2ae22112ea7d4a1ac97a8c.tar.lz
nixlib-40e61a486983815cce2ae22112ea7d4a1ac97a8c.tar.xz
nixlib-40e61a486983815cce2ae22112ea7d4a1ac97a8c.tar.zst
nixlib-40e61a486983815cce2ae22112ea7d4a1ac97a8c.zip
Merge pull request #88221 from r-ryantm/auto-update/run
-rw-r--r--pkgs/development/tools/run/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/run/default.nix b/pkgs/development/tools/run/default.nix
index 391cbff1716b..518cc3e2557f 100644
--- a/pkgs/development/tools/run/default.nix
+++ b/pkgs/development/tools/run/default.nix
@@ -1,13 +1,13 @@
 { stdenv, buildGoModule, fetchFromGitHub }:
 buildGoModule rec {
   pname = "run";
-  version = "0.7.1";
+  version = "0.7.2";
 
   src = fetchFromGitHub {
     owner = "TekWizely";
     repo = "run";
     rev = "v${version}";
-    sha256 = "0q9f8lzrzybdablqph5wihqhfbfzb3bbnnxvhy7g5ccg1kzy7mgp";
+    sha256 = "17n11lqhywq4z62w2rakdq80v7mxf83rgln19vj4v4nxpwd2hjjw";
   };
 
   vendorSha256 = "1g5rmiiwqpm8gky9yr5f2a7zsjjmm9i12r7yxj9cz7y3rmw9sw8c";