Fix lots of fetchgit hashes (fallout from #15469)

This commit is contained in:
Tuomas Tynkkynen
2016-06-03 17:17:08 +03:00
parent d27881c014
commit bac26e08db
262 changed files with 359 additions and 359 deletions
@@ -6,7 +6,7 @@ stdenv.mkDerivation rec {
src = fetchgit {
url = https://github.com/masterkorp/openvpn-update-resolv-conf/;
rev = "dd968419373bce71b22bbd26de962e89eb470670";
sha256 = "dd0e3ea3661253d565bda876eb52a3f8461a3fc8237a81c40809c2071f83add1";
sha256 = "0j7mg66lqhgvhybgbn98y7i5skj1ify41hmb0yhkx2xrli8027b9";
};
nativeBuildInputs = [ makeWrapper ];