cato-client: 5.5.0.2620 -> 5.7.0.5525 (#520156)

This commit is contained in:
nixpkgs-ci[bot]
2026-05-17 09:03:14 +00:00
committed by GitHub
+2 -2
View File
@@ -9,11 +9,11 @@
}:
stdenv.mkDerivation rec {
pname = "cato-client";
version = "5.5.0.2620";
version = "5.7.0.5525";
src = fetchurl {
url = "https://clients.catonetworks.com/linux/${version}/cato-client-install.deb";
sha256 = "sha256-V1BhgLOHP/pGlwvjVFdNslKupjHBVSTDVIRtZ6amwbk=";
sha256 = "sha256-UDIDddVk7UXiOoZGTz1757x66DmOSOGqMielSQ5W5z0=";
};
passthru.updateScript = writeScript "update-cato-client" ''