Update Regina-REXX

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