mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
Update XDaliClock
This commit is contained in:
parent
85caa0942d
commit
10b4bc3c43
@ -12,17 +12,16 @@ let
|
||||
(builtins.attrNames (builtins.removeAttrs x helperArgNames));
|
||||
sourceInfo = rec {
|
||||
baseName="xdaliclock";
|
||||
version="2.40";
|
||||
version = "2.41";
|
||||
name="${baseName}-${version}";
|
||||
project="${baseName}";
|
||||
url="http://www.jwz.org/${project}/${name}.tar.gz";
|
||||
hash="03i8vwi9vz3gr938wr4miiymwv283mg11wgfaf2jhl6aqbmz4id7";
|
||||
};
|
||||
in
|
||||
rec {
|
||||
src = a.fetchurl {
|
||||
url = sourceInfo.url;
|
||||
sha256 = sourceInfo.hash;
|
||||
sha256 = "1crkjvza692irkqm9vwgn58m8ps93n0rxigm6pasgl5dnx3p6d1d";
|
||||
};
|
||||
|
||||
inherit (sourceInfo) name version;
|
||||
@ -46,10 +45,8 @@ rec {
|
||||
platforms = with a.lib.platforms;
|
||||
linux ++ freebsd;
|
||||
license = "free"; #TODO BSD on Gentoo, looks like MIT
|
||||
};
|
||||
passthru = {
|
||||
updateInfo = {
|
||||
downloadPage = "http://www.jwz.org/xdaliclock/";
|
||||
};
|
||||
downloadPage = "http://www.jwz.org/xdaliclock/";
|
||||
inherit version;
|
||||
updateWalker = true;
|
||||
};
|
||||
}) x
|
||||
|
Loading…
Reference in New Issue
Block a user