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