Merge pull request #143484 from r-ryantm/auto-update/sstp-client

sstp: 1.0.15 -> 1.0.16
This commit is contained in:
Mario Rodas 2021-11-14 21:18:50 -05:00 committed by GitHub
commit 9393e7808e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "sstp-client";
version = "1.0.15";
version = "1.0.16";
src = fetchurl {
url = "mirror://sourceforge/sstp-client/sstp-client/sstp-client-${version}.tar.gz";
sha256 = "sha256-hISqUfv75Big661YrSCo7hxG7XH4AL4YvNI7Qua6rWQ=";
sha256 = "sha256-r74U/RIveHX0+tDtmC0XRRNtLmbMNrl/cu8aERF4TKE=";
};
postPatch = ''