mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
Add auto-updating meta for restund
This commit is contained in:
parent
0733404aca
commit
3471744cbb
|
@ -24,5 +24,9 @@ stdenv.mkDerivation rec {
|
|||
platforms = with stdenv.lib.platforms; linux;
|
||||
maintainers = with stdenv.lib.maintainers; [raskin];
|
||||
license = with stdenv.lib.licenses; bsd3;
|
||||
inherit version;
|
||||
downloadPage = "http://www.creytiv.com/pub/";
|
||||
updateWalker = true;
|
||||
downloadURLRegexp = "/restund-.*[.]tar[.]";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue