cato-client: 5.5.0.2620 -> 5.7.0.5525

This commit is contained in:
R. Ryantm
2026-05-14 17:12:01 +00:00
parent 7b633a2bd3
commit 54e84bca59
+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" ''