Loading pkgs/by-name/pa/paretosecurity/package.nix +7 −2 Original line number Diff line number Diff line Loading @@ -17,18 +17,23 @@ buildGoModule (finalAttrs: { webkitgtk_4_1 ]; pname = "paretosecurity"; version = "0.2.12"; version = "0.2.13"; src = fetchFromGitHub { owner = "ParetoSecurity"; repo = "agent"; rev = finalAttrs.version; hash = "sha256-skBxDPC+C8JU1CW6g3SA2C4IawaoPzVi8pdl5BCutUY="; hash = "sha256-G2An1Br/NJcIEKaM/pPEGkJazD9UFypRZ/KLmqkNUTo="; }; vendorHash = "sha256-YnyACP/hJYxi4AWMwr0We4YUTbWwahKAIYN6RnHmzls="; proxyVendor = true; # Skip building the Windows installer preBuild = '' rm -rf cmd/paretosecurity-installer ''; ldflags = [ "-s" "-X=github.com/ParetoSecurity/agent/shared.Version=${finalAttrs.version}" Loading Loading
pkgs/by-name/pa/paretosecurity/package.nix +7 −2 Original line number Diff line number Diff line Loading @@ -17,18 +17,23 @@ buildGoModule (finalAttrs: { webkitgtk_4_1 ]; pname = "paretosecurity"; version = "0.2.12"; version = "0.2.13"; src = fetchFromGitHub { owner = "ParetoSecurity"; repo = "agent"; rev = finalAttrs.version; hash = "sha256-skBxDPC+C8JU1CW6g3SA2C4IawaoPzVi8pdl5BCutUY="; hash = "sha256-G2An1Br/NJcIEKaM/pPEGkJazD9UFypRZ/KLmqkNUTo="; }; vendorHash = "sha256-YnyACP/hJYxi4AWMwr0We4YUTbWwahKAIYN6RnHmzls="; proxyVendor = true; # Skip building the Windows installer preBuild = '' rm -rf cmd/paretosecurity-installer ''; ldflags = [ "-s" "-X=github.com/ParetoSecurity/agent/shared.Version=${finalAttrs.version}" Loading