Merge pull request #20348 from NeQuissimus/jdom_sha256

jdom: use sha256
This commit is contained in:
Daniel Peebles 2016-11-11 15:48:07 -05:00 committed by GitHub
commit eadb0f733b
2 changed files with 2 additions and 2 deletions

View File

@ -3,4 +3,4 @@ source $stdenv/setup
tar zxvf $src
mkdir -p $out
mv $name/* $out
mv * $out

View File

@ -6,7 +6,7 @@ stdenv.mkDerivation {
src = fetchurl {
url = http://www.jdom.org/dist/binary/jdom-1.0.tar.gz;
md5 = "ce29ecc05d63fdb419737fd00c04c281";
sha256 = "1igmxzcy0s25zcy9vmcw0kd13lh60r0b4qg8lnp1jic33f427pxf";
};
meta = {