fix vendor hash and update to v1.0.3

This commit is contained in:
Aaron Bieber 2024-02-22 07:39:00 -07:00
parent c3f6d18b20
commit 6ec3a8ed99
No known key found for this signature in database

View File

@ -17,11 +17,11 @@
traygent = with pkgs;
buildGo121Module rec {
pname = "traygent";
version = "v1.0.2";
version = "v1.0.3";
src = ./.;
vendorHash =
"sha256-ZHqUyFaAgBoF9xrfMYsJXwcaIMRSj1a7bOZeoTtUWMo=";
"sha256-BHVHqgjLQR84DkIZ4WAoA6Pe6Ib5ebsWK6/w3ooA3CI=";
proxyVendor = true;
nativeBuildInputs = [ pkg-config copyDesktopItems ];