1
0
Fork 1
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:
Michael Raskin 2014-07-01 11:53:47 +04:00
parent 0733404aca
commit 3471744cbb

View file

@ -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[.]";
};
}