Fix lots of fetchgit hashes (fallout from #15469)
This commit is contained in:
@@ -11,7 +11,7 @@ in antBuild {
|
||||
|
||||
src = fetchgit {
|
||||
url = "https://github.com/junit-team/junit.git";
|
||||
sha256 = "019azv0cfy2zs45c7g3r952gvjmikkq76p2ydr4q5252r0pzy9dr";
|
||||
sha256 = "1cn5dhs6vpbfbcmnm2vb1212n0kblv8cxrvnwmksjxd6bzlkac1k";
|
||||
rev = "c2e4d911fadfbd64444fb285342a8f1b72336169";
|
||||
};
|
||||
|
||||
|
||||
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user