fix: add missing versions

This commit is contained in:
Arseniy Seroka
2015-06-04 23:34:14 +03:00
parent 9cd797ff26
commit daf4ec39a5
31 changed files with 38 additions and 35 deletions
@@ -1,7 +1,7 @@
{ stdenv, fetchgit, makeWrapper, openresolv, coreutils }:
stdenv.mkDerivation rec {
name = "update-resolv-conf";
name = "update-resolv-conf-2014-10-03";
src = fetchgit {
url = https://github.com/masterkorp/openvpn-update-resolv-conf/;