about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-06-14 15:38:14 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-06-14 15:38:14 +0000
commit3b6d8c2bb59c376b35f4ced1b0eea6cce36f9eaf (patch)
tree26cc64cfa2dc2264f0fb796c2f7709d96a37651e /pkgs
parent0905a5d99031c213c20c962e9501a2202602741b (diff)
downloadnixlib-3b6d8c2bb59c376b35f4ced1b0eea6cce36f9eaf.tar
nixlib-3b6d8c2bb59c376b35f4ced1b0eea6cce36f9eaf.tar.gz
nixlib-3b6d8c2bb59c376b35f4ced1b0eea6cce36f9eaf.tar.bz2
nixlib-3b6d8c2bb59c376b35f4ced1b0eea6cce36f9eaf.tar.lz
nixlib-3b6d8c2bb59c376b35f4ced1b0eea6cce36f9eaf.tar.xz
nixlib-3b6d8c2bb59c376b35f4ced1b0eea6cce36f9eaf.tar.zst
nixlib-3b6d8c2bb59c376b35f4ced1b0eea6cce36f9eaf.zip
gauge: 1.0.4 -> 1.1.1
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/tools/gauge/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/gauge/default.nix b/pkgs/development/tools/gauge/default.nix
index c9df63cabb78..c9a462f1832e 100644
--- a/pkgs/development/tools/gauge/default.nix
+++ b/pkgs/development/tools/gauge/default.nix
@@ -2,7 +2,7 @@
 
 buildGoPackage rec {
   pname = "gauge";
-  version = "1.0.4";
+  version = "1.1.1";
 
   goPackagePath = "github.com/getgauge/gauge";
   excludedPackages = ''\(build\|man\)'';
@@ -11,7 +11,7 @@ buildGoPackage rec {
     owner = "getgauge";
     repo = "gauge";
     rev = "v${version}";
-    sha256 = "1b52kpv5561pyjvqi8xmidarqp6lcyyy4sjsl4qjx4cr7hmk8kc7";
+    sha256 = "01x4838jljhhhcwfh6zbhy3g7l7nqvypv3g0ch9n2amsf2s16s3l";
   };
 
   meta = with stdenv.lib; {