Update ioping
This commit is contained in:
parent
09e505a4c4
commit
4fd8e1eac0
|
@ -10,15 +10,16 @@ let
|
||||||
(builtins.attrNames (builtins.removeAttrs x helperArgNames));
|
(builtins.attrNames (builtins.removeAttrs x helperArgNames));
|
||||||
sourceInfo = rec {
|
sourceInfo = rec {
|
||||||
baseName="ioping";
|
baseName="ioping";
|
||||||
version = "0.8";
|
version = "0.9";
|
||||||
name="${baseName}-${version}";
|
name="${baseName}-${version}";
|
||||||
url="http://ioping.googlecode.com/files/${name}.tar.gz";
|
url="https://docs.google.com/uc?id=0B_PlDc2qaehFWWtLZ3Z3N1ltdm8&export=download";
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
rec {
|
rec {
|
||||||
src = a.fetchurl {
|
src = a.fetchurl {
|
||||||
url = sourceInfo.url;
|
url = sourceInfo.url;
|
||||||
sha256 = "0j7yal61nby1lkg9wnr6lxfljbd7wl3n0z8khqwvc9lf57bxngz2";
|
name = "${sourceInfo.name}.tar.gz";
|
||||||
|
sha256 = "0pbp7b3304y9yyv2w41l3898h5q8w77hnnnq1vz8qz4qfl4467lm";
|
||||||
};
|
};
|
||||||
|
|
||||||
inherit (sourceInfo) name version;
|
inherit (sourceInfo) name version;
|
||||||
|
@ -39,7 +40,7 @@ rec {
|
||||||
platforms = with a.lib.platforms;
|
platforms = with a.lib.platforms;
|
||||||
linux;
|
linux;
|
||||||
license = a.lib.licenses.gpl3Plus;
|
license = a.lib.licenses.gpl3Plus;
|
||||||
downloadPage = "http://code.google.com/p/ioping/downloads/list";
|
homepage = "http://code.google.com/p/ioping/";
|
||||||
inherit version;
|
inherit version;
|
||||||
};
|
};
|
||||||
}) x
|
}) x
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
url http://code.google.com/p/ioping/downloads/list
|
|
||||||
version_link '[.]tar[.][a-z0-9]+$'
|
|
||||||
process 'code[.]google[.]com//' ''
|
|
||||||
|
|
||||||
do_overwrite() { do_overwrite_just_version; }
|
|
Loading…
Reference in New Issue