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;
|
platforms = with stdenv.lib.platforms; linux;
|
||||||
maintainers = with stdenv.lib.maintainers; [raskin];
|
maintainers = with stdenv.lib.maintainers; [raskin];
|
||||||
license = with stdenv.lib.licenses; bsd3;
|
license = with stdenv.lib.licenses; bsd3;
|
||||||
|
inherit version;
|
||||||
|
downloadPage = "http://www.creytiv.com/pub/";
|
||||||
|
updateWalker = true;
|
||||||
|
downloadURLRegexp = "/restund-.*[.]tar[.]";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user