Skip to content

Commit

Permalink
Merge pull request #20348 from NeQuissimus/jdom_sha256
Browse files Browse the repository at this point in the history
jdom: use sha256
  • Loading branch information
copumpkin committed Nov 11, 2016
2 parents cd112c5 + dc3f9cd commit eadb0f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkgs/development/libraries/java/jdom/builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ source $stdenv/setup

tar zxvf $src
mkdir -p $out
mv $name/* $out
mv * $out
2 changes: 1 addition & 1 deletion pkgs/development/libraries/java/jdom/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit eadb0f7

Please sign in to comment.