Merge pull request #151641 from r-ryantm/auto-update/appgate-sdp
appgate-sdp: 5.5.0 -> 5.5.1
This commit is contained in:
commit
77692bbe84
1 changed files with 2 additions and 2 deletions
|
@ -87,11 +87,11 @@ let
|
|||
in
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "appgate-sdp";
|
||||
version = "5.5.0";
|
||||
version = "5.5.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://bin.appgate-sdp.com/${versions.majorMinor version}/client/appgate-sdp_${version}_amd64.deb";
|
||||
sha256 = "sha256-lWInks3DBkSpKQh+dcNyn43iY5vvE67FLadohBbF6n4=";
|
||||
sha256 = "sha256-gN9UAdn61qUZBJLi/9QiHjNRohbQQDV1uVHgcpuXq+Y=";
|
||||
};
|
||||
|
||||
# just patch interpreter
|
||||
|
|
Loading…
Reference in a new issue