Merge pull request #66138 from marsam/update-dsvpn

dsvpn: 0.1.0 -> 0.1.2
This commit is contained in:
Mario Rodas 2019-08-05 19:42:22 -05:00 committed by GitHub
commit d754aae30d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "dsvpn";
version = "0.1.0";
version = "0.1.2";
src = fetchFromGitHub {
owner = "jedisct1";
repo = pname;
rev = version;
sha256 = "1g747197zpg83ba9l9vxg8m3jv13wcprhnyr8asdxq745kzmynsr";
sha256 = "0vvvm664lkhnqyc03ylz8acz24dgpzyhwdlci5bc68s6wzsba549";
};
installPhase = ''