Unverified Commit f9b7d674 authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

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



Co-authored-by: default avatarYarekTyshchenko <yarekt@gmail.com>
parents 12094020 5b107e91
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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" ''