appgate-sdp: 5.4.0 -> 5.4.2

(cherry picked from commit 8c6c14f7a6fd81f1c6b66514aca8718ede68ee1a)
This commit is contained in:
R. RyanTM 2021-06-18 10:55:07 +00:00 committed by github-actions[bot]
parent bad3ccd099
commit 450eab40ac
1 changed files with 2 additions and 2 deletions

View File

@ -99,11 +99,11 @@ let
in
stdenv.mkDerivation rec {
pname = "appgate-sdp";
version = "5.4.0";
version = "5.4.2";
src = fetchurl {
url = "https://bin.appgate-sdp.com/${lib.versions.majorMinor version}/client/appgate-sdp_${version}_amd64.deb";
sha256 = "sha256-2DzZ5JnFGBeaHtDf7CAXb/qv6kVI+sYMW5Nc25E3eNA=";
sha256 = "sha256-wAhcTRO/Cd4MG1lfPNDq92yGcu3NOfymucddy92VaXo=";
};
dontConfigure = true;