mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 17:14:00 +00:00
gauge-unwrapped: 1.6.8 -> 1.6.9
This commit is contained in:
parent
3e32c07b1b
commit
44f3125266
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "gauge";
|
pname = "gauge";
|
||||||
version = "1.6.8";
|
version = "1.6.9";
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
# adds a check which adds an error message when trying to
|
# adds a check which adds an error message when trying to
|
||||||
@ -14,10 +14,10 @@ buildGoModule rec {
|
|||||||
owner = "getgauge";
|
owner = "getgauge";
|
||||||
repo = "gauge";
|
repo = "gauge";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-ifE+6lwBYVZl0eAOCUTrqqTwVnKvCB44AHXTyLhsMX8=";
|
hash = "sha256-YjLBfQ6L3UwcgQ9LgUfnNSegNhQI8/Gb5Hdpe0/uzOc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-yh7hAKmt2qn2jmPKGF+ATvZd4miNHuHsKlFNaWibTJQ=";
|
vendorHash = "sha256-Uir/umJNnTHWEKPbVch0Pq7B3hVim8BMtGc/M9esADw=";
|
||||||
|
|
||||||
excludedPackages = [ "build" "man" ];
|
excludedPackages = [ "build" "man" ];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user