mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 11:47:45 +00:00
Merge pull request #334613 from r-ryantm/auto-update/gauge-unwrapped
gauge-unwrapped: 1.6.7 -> 1.6.8
This commit is contained in:
commit
5fb510f3b3
@ -2,7 +2,7 @@
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "gauge";
|
||||
version = "1.6.7";
|
||||
version = "1.6.8";
|
||||
|
||||
patches = [
|
||||
# adds a check which adds an error message when trying to
|
||||
@ -14,10 +14,10 @@ buildGoModule rec {
|
||||
owner = "getgauge";
|
||||
repo = "gauge";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-+6b34nCuoBGd9v9eoAgthxYboGWDM8rCU56VXpVKdQc=";
|
||||
hash = "sha256-ifE+6lwBYVZl0eAOCUTrqqTwVnKvCB44AHXTyLhsMX8=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-VVHsldLfLrdufSBLbgSlniYK1+64651DL8gzw5VHans=";
|
||||
vendorHash = "sha256-yh7hAKmt2qn2jmPKGF+ATvZd4miNHuHsKlFNaWibTJQ=";
|
||||
|
||||
excludedPackages = [ "build" "man" ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user