ccl: fix fetchsvn hash (fixes #9746)

No idea what's changed.
This commit is contained in:
Vladimír Čunát 2015-09-15 21:42:56 +02:00
parent 0f19e693aa
commit 83df5ae07b

View File

@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
src = fetchsvn {
url = http://svn.clozure.com/publicsvn/openmcl/release/1.10/linuxx86/ccl;
rev = revision;
sha256 = "11lmdvzj1mbm7mbr22vjbcrsvinyz8n32a91ms324xqdqpr82ifb";
sha256 = "04p77n18cw0bc8i66mp2vfrhlliahrx66lm004a3nw3h0mdk0gd8";
};
buildInputs = [ gcc glibc m4 ];