Merge pull request #228226 from r-ryantm/auto-update/appgate-sdp
appgate-sdp: 6.1.2 -> 6.1.3
This commit is contained in:
commit
746d98a49e
1 changed files with 2 additions and 2 deletions
|
@ -86,11 +86,11 @@ let
|
|||
in
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "appgate-sdp";
|
||||
version = "6.1.2";
|
||||
version = "6.1.3";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://bin.appgate-sdp.com/${lib.versions.majorMinor version}/client/appgate-sdp_${version}_amd64.deb";
|
||||
sha256 = "sha256-nTQDQxXWMHkHgKlr7mIlazH7kW3HJqNLrUATo4s0N1g=";
|
||||
sha256 = "sha256-uk7+XBKtTGnX/bHBQttmxlu9+gKvFqu3VhzC7uIYCNQ=";
|
||||
};
|
||||
|
||||
# just patch interpreter
|
||||
|
|
Loading…
Reference in a new issue