Update Regina-REXX

+9 -8
+4 -8
pkgs/development/interpreters/regina/default.nix
··· 12 12 sourceInfo = rec { 13 13 baseName="Regina-REXX"; 14 14 pname="regina-rexx"; 15 - version="3.5"; 15 + version = "3.8.2"; 16 16 name="${baseName}-${version}"; 17 17 url="mirror://sourceforge/${pname}/${pname}/${version}/${name}.tar.gz"; 18 - hash="0gh0k6lbhfixs44adha7lxirl3a08jabdylzr6m7mh5q5fhzv5f8"; 19 18 }; 20 19 in 21 20 rec { 22 21 src = a.fetchurl { 23 22 url = sourceInfo.url; 24 - sha256 = sourceInfo.hash; 23 + sha256 = "06vr6p9pqr5zzsxm1l9iwb2w9z8qkm971c2knh0vf5bbm6znjz35"; 25 24 }; 26 25 27 26 inherit (sourceInfo) name version; ··· 43 42 platforms = with a.lib.platforms; 44 43 linux; 45 44 license = a.lib.licenses.lgpl2; 46 - }; 47 - passthru = { 48 - updateInfo = { 49 - downloadPage = "http://sourceforge.net/projects/regina-rexx/files/regina-rexx/"; 50 - }; 45 + downloadPage = "http://sourceforge.net/projects/regina-rexx/files/regina-rexx/"; 46 + inherit version; 51 47 }; 52 48 }) x 53 49
+5
pkgs/development/interpreters/regina/default.upstream
··· 1 + url http://sourceforge.net/projects/regina-rexx/files/regina-rexx/ 2 + SF_version_dir 3 + SF_version_tarball 4 + SF_redirect 5 + minimize_overwrite