Update ised
This commit is contained in:
parent
1d7f18798e
commit
6d7c2c7858
@ -10,16 +10,15 @@ let
|
|||||||
(builtins.attrNames (builtins.removeAttrs x helperArgNames));
|
(builtins.attrNames (builtins.removeAttrs x helperArgNames));
|
||||||
sourceInfo = rec {
|
sourceInfo = rec {
|
||||||
baseName="ised";
|
baseName="ised";
|
||||||
version="2.5.0";
|
version = "2.6.0";
|
||||||
name="${baseName}-${version}";
|
name="${baseName}-${version}";
|
||||||
url="mirror://sourceforge/project/ised/${name}.tar.bz2";
|
url="mirror://sourceforge/project/ised/${name}.tar.bz2";
|
||||||
hash="1avfb4ivq6iz50rraci0pcxl0w94899sz6icdqc0l4954y4zs8qd";
|
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
rec {
|
rec {
|
||||||
src = a.fetchurl {
|
src = a.fetchurl {
|
||||||
url = sourceInfo.url;
|
url = sourceInfo.url;
|
||||||
sha256 = sourceInfo.hash;
|
sha256 = "0rf9brqkrad8f3czpfc1bxq9ybv3nxci9276wdxas033c82cqkjs";
|
||||||
};
|
};
|
||||||
|
|
||||||
inherit (sourceInfo) name version;
|
inherit (sourceInfo) name version;
|
||||||
@ -37,11 +36,7 @@ rec {
|
|||||||
platforms = with a.lib.platforms;
|
platforms = with a.lib.platforms;
|
||||||
linux;
|
linux;
|
||||||
license = a.lib.licenses.gpl3Plus;
|
license = a.lib.licenses.gpl3Plus;
|
||||||
};
|
inherit version;
|
||||||
passthru = {
|
|
||||||
updateInfo = {
|
|
||||||
downloadPage = "ised.sf.net";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
}) x
|
}) x
|
||||||
|
|
||||||
|
4
pkgs/tools/misc/ised/default.upstream
Normal file
4
pkgs/tools/misc/ised/default.upstream
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
url http://ised.sourceforge.net/web_nav.html
|
||||||
|
SF_version_tarball
|
||||||
|
SF_redirect
|
||||||
|
minimize_overwrite
|
Loading…
x
Reference in New Issue
Block a user