javasvn: md5->sha256

This commit is contained in:
Chris Martin 2016-09-05 20:41:12 -04:00
parent 77fe797525
commit 7ae2f5817b
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ stdenv.mkDerivation {
src = fetchurl {
url = http://tmate.org/svn/org.tmatesoft.svn_1.0.6.standalone.zip;
md5 = "459cae849eceef04cd65fd6fb54affcc";
sha256 = "0l2s3jqi5clzj5jz962i7gmy8ims51ma60mm5iflsl00dwbmgrqf";
};
inherit unzip;