Skip to content

Commit 588be68

Browse files
authored
gauge-unwrapped: 1.6.13 -> 1.6.14 (NixOS#384958)
2 parents 0964586 + d42b420 commit 588be68

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/development/tools/gauge/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
buildGoModule rec {
88
pname = "gauge";
9-
version = "1.6.13";
9+
version = "1.6.14";
1010

1111
patches = [
1212
# adds a check which adds an error message when trying to
@@ -18,10 +18,10 @@ buildGoModule rec {
1818
owner = "getgauge";
1919
repo = "gauge";
2020
rev = "v${version}";
21-
hash = "sha256-oyZDz3SX68rlnAG+JzKeIKyKUjQ+ttTrzthHUwW0b54=";
21+
hash = "sha256-eWVU1uAUAM7GGMI6uTpn+89rdwhNVq4sMIfll6NE2XY=";
2222
};
2323

24-
vendorHash = "sha256-nqyzNbD2j6b34QpFiv2yVxEVkrZkuzcwAt9uqAB2iA4=";
24+
vendorHash = "sha256-VrJhi8PUdZ/M8wV/MzxTY/dhUgEQF9BMK7NRb9GVm1g=";
2525

2626
excludedPackages = [
2727
"build"

0 commit comments

Comments
 (0)