We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0964586 + d42b420 commit 588be68Copy full SHA for 588be68
pkgs/development/tools/gauge/default.nix
@@ -6,7 +6,7 @@
6
7
buildGoModule rec {
8
pname = "gauge";
9
- version = "1.6.13";
+ version = "1.6.14";
10
11
patches = [
12
# adds a check which adds an error message when trying to
@@ -18,10 +18,10 @@ buildGoModule rec {
18
owner = "getgauge";
19
repo = "gauge";
20
rev = "v${version}";
21
- hash = "sha256-oyZDz3SX68rlnAG+JzKeIKyKUjQ+ttTrzthHUwW0b54=";
+ hash = "sha256-eWVU1uAUAM7GGMI6uTpn+89rdwhNVq4sMIfll6NE2XY=";
22
};
23
24
- vendorHash = "sha256-nqyzNbD2j6b34QpFiv2yVxEVkrZkuzcwAt9uqAB2iA4=";
+ vendorHash = "sha256-VrJhi8PUdZ/M8wV/MzxTY/dhUgEQF9BMK7NRb9GVm1g=";
25
26
excludedPackages = [
27
"build"
0 commit comments