Fix lots of fetchgit hashes (fallout from #15469)

This commit is contained in:
Tuomas Tynkkynen
2016-06-02 14:26:44 +03:00
parent d27881c014
commit bac26e08db
262 changed files with 359 additions and 359 deletions

View File

@@ -6,7 +6,7 @@ stdenv.mkDerivation rec {
src = fetchgit {
url = git://github.com/zeromq/jzmq.git;
rev = "946fd39780423b2df6e5efd9fa2cd863fd79c9db";
sha256 = "0j6kfmngqw2gpyxc1ak67d65l208vrb0h8bm8svclia8b339m37a";
sha256 = "08pqh673fcqwm68hmnsmzrz4vzlwr0x9hdysic5k5mh7z411xzmp";
};
buildInputs = [ automake autoconf libtool pkgconfig zeromq2 jdk ];