dsvpn: 0.1.0 -> 0.1.2

This commit is contained in:
Mario Rodas 2019-08-05 16:20:00 -05:00
parent f8d83938a7
commit 24a9e88d8b
No known key found for this signature in database
GPG Key ID: 4C4BEFD7B18DC5E8
1 changed files with 2 additions and 2 deletions

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 = ''