cato-client: 5.4.0.1006 -> 5.5.0.2620 (#424921)

Co-authored-by: YarekTyshchenko <yarekt@gmail.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-07-19 17:31:45 +00:00
committed by GitHub
co-authored by YarekTyshchenko
+2 -2
View File
@@ -9,11 +9,11 @@
}:
stdenv.mkDerivation rec {
pname = "cato-client";
version = "5.4.0.1006";
version = "5.5.0.2620";
src = fetchurl {
url = "https://clients.catonetworks.com/linux/${version}/cato-client-install.deb";
sha256 = "sha256-3RyiDgfWL4vA/pUyOigmuK+SV1Q96Y65HVERPeadWWY=";
sha256 = "sha256-V1BhgLOHP/pGlwvjVFdNslKupjHBVSTDVIRtZ6amwbk=";
};
passthru.updateScript = writeScript "update-cato-client" ''