fix vendor hash and update to v1.0.3
This commit is contained in:
parent
c3f6d18b20
commit
6ec3a8ed99
@ -17,11 +17,11 @@
|
|||||||
traygent = with pkgs;
|
traygent = with pkgs;
|
||||||
buildGo121Module rec {
|
buildGo121Module rec {
|
||||||
pname = "traygent";
|
pname = "traygent";
|
||||||
version = "v1.0.2";
|
version = "v1.0.3";
|
||||||
src = ./.;
|
src = ./.;
|
||||||
|
|
||||||
vendorHash =
|
vendorHash =
|
||||||
"sha256-ZHqUyFaAgBoF9xrfMYsJXwcaIMRSj1a7bOZeoTtUWMo=";
|
"sha256-BHVHqgjLQR84DkIZ4WAoA6Pe6Ib5ebsWK6/w3ooA3CI=";
|
||||||
proxyVendor = true;
|
proxyVendor = true;
|
||||||
|
|
||||||
nativeBuildInputs = [ pkg-config copyDesktopItems ];
|
nativeBuildInputs = [ pkg-config copyDesktopItems ];
|
||||||
|
Loading…
Reference in New Issue
Block a user