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

Co-authored-by: YarekTyshchenko <yarekt@gmail.com>

authored by nixpkgs-merge-bot[bot] YarekTyshchenko and committed by GitHub f9b7d674 12094020

+2 -2
+2 -2
pkgs/by-name/ca/cato-client/package.nix
··· 9 }: 10 stdenv.mkDerivation rec { 11 pname = "cato-client"; 12 - version = "5.4.0.1006"; 13 14 src = fetchurl { 15 url = "https://clients.catonetworks.com/linux/${version}/cato-client-install.deb"; 16 - sha256 = "sha256-3RyiDgfWL4vA/pUyOigmuK+SV1Q96Y65HVERPeadWWY="; 17 }; 18 19 passthru.updateScript = writeScript "update-cato-client" ''
··· 9 }: 10 stdenv.mkDerivation rec { 11 pname = "cato-client"; 12 + version = "5.5.0.2620"; 13 14 src = fetchurl { 15 url = "https://clients.catonetworks.com/linux/${version}/cato-client-install.deb"; 16 + sha256 = "sha256-V1BhgLOHP/pGlwvjVFdNslKupjHBVSTDVIRtZ6amwbk="; 17 }; 18 19 passthru.updateScript = writeScript "update-cato-client" ''