fix nix build
This commit is contained in:
parent
26d804f117
commit
546c310d2b
@ -17,11 +17,12 @@
|
|||||||
traygent = with pkgs;
|
traygent = with pkgs;
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "traygent";
|
pname = "traygent";
|
||||||
version = "v1.0.4";
|
version = "v1.0.5";
|
||||||
src = ./.;
|
src = ./.;
|
||||||
|
|
||||||
vendorHash =
|
vendorHash =
|
||||||
"sha256-RUCnUUT/PGeQesMMtmh2RXXlOxBLkCd49qGF8bF5+cw=";
|
"sha256-dIxyBHnQzPSNJqNpDFJy1G2ke1txH86mcFF5ubzyUkA=";
|
||||||
|
|
||||||
proxyVendor = true;
|
proxyVendor = true;
|
||||||
|
|
||||||
nativeBuildInputs = [ pkg-config copyDesktopItems ];
|
nativeBuildInputs = [ pkg-config copyDesktopItems ];
|
||||||
|
Loading…
Reference in New Issue
Block a user