mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-22 12:04:40 +00:00
ghz: 0.109.0 -> 0.110.0
This commit is contained in:
parent
d219ba6f99
commit
ebb86f32b5
@ -2,16 +2,16 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "ghz";
|
pname = "ghz";
|
||||||
version = "0.109.0";
|
version = "0.110.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "bojand";
|
owner = "bojand";
|
||||||
repo = "ghz";
|
repo = "ghz";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-5l2PeN+VxTaORAkmAfI9TCGd4W6y8BFs/eY4T9nYJuc=";
|
sha256 = "sha256-lAQGog45COrS2a5ZmFZEDERdZt24DnVSkPz49txqFmo=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorSha256 = "sha256-qZD+qxjjFgyQDtjOQcilS4w2sS9I+7iCK2/ThaAJTy4=";
|
vendorSha256 = "sha256-VjrSUP0SwE5iOTevqIGlnSjH+TV4Ajx/PKuco9etkSc=";
|
||||||
|
|
||||||
subPackages = [ "cmd/ghz" "cmd/ghz-web" ];
|
subPackages = [ "cmd/ghz" "cmd/ghz-web" ];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user