Skip to content

Commit

Permalink
jdom: use sha256
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Nov 11, 2016
1 parent 5419941 commit dc3f9cd
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

3 comments on commit dc3f9cd

@copumpkin
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Isn't JDOM 1.0 like 12 years old now?

@copumpkin
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hah, yeah, the expression hasn't really been touched since 2005.

@NeQuissimus
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's one of those I've seen when going through the files not touched since 2005 or longer. But I don't remove them as long as the sources still exist :)

Please sign in to comment.