paretosecurity: 0.2.12 -> 0.2.13 (#401726)

This commit is contained in:
Domen Kožar
2025-05-02 16:41:05 +01:00
committed by GitHub
+7 -2
View File
@@ -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}"