paretosecurity: 0.2.12 -> 0.2.13 (#401726)

authored by Domen Kožar and committed by GitHub 08451493 831f1298

+7 -2
+7 -2
pkgs/by-name/pa/paretosecurity/package.nix
··· 17 17 webkitgtk_4_1 18 18 ]; 19 19 pname = "paretosecurity"; 20 - version = "0.2.12"; 20 + version = "0.2.13"; 21 21 22 22 src = fetchFromGitHub { 23 23 owner = "ParetoSecurity"; 24 24 repo = "agent"; 25 25 rev = finalAttrs.version; 26 - hash = "sha256-skBxDPC+C8JU1CW6g3SA2C4IawaoPzVi8pdl5BCutUY="; 26 + hash = "sha256-G2An1Br/NJcIEKaM/pPEGkJazD9UFypRZ/KLmqkNUTo="; 27 27 }; 28 28 29 29 vendorHash = "sha256-YnyACP/hJYxi4AWMwr0We4YUTbWwahKAIYN6RnHmzls="; 30 30 proxyVendor = true; 31 + 32 + # Skip building the Windows installer 33 + preBuild = '' 34 + rm -rf cmd/paretosecurity-installer 35 + ''; 31 36 32 37 ldflags = [ 33 38 "-s"