fix nix build

This commit is contained in:
Aaron Bieber 2024-06-19 20:40:25 -06:00
parent 26d804f117
commit 546c310d2b
No known key found for this signature in database

View File

@ -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 ];