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
@@ -7,7 +7,7 @@ stdenv.mkDerivation rec {
src = fetchgit {
url = git://git.geda-project.org/gerbv.git;
rev = "76b8b67bfa10823ce98f1c4c3b49a2afcadf7659";
sha256 = "1l2x8sb1c3gq00i71fdndkqwa7148mrranayafqw9pq63869l92w";
sha256 = "00jn1xhf6kblxc5gac1wvk8zm12fy6sk81nj3jwdag0z6wk3z446";
};
buildInputs = [ pkgconfig gettext libtool automake autoconf cairo gtk autoreconfHook ];