summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2014-07-01 11:53:47 +0400
committerMichael Raskin <7c6f434c@mail.ru>2014-07-01 11:54:09 +0400
commit3471744cbb890ae6e8dcd494d218d8767524ca6c (patch)
tree22dcb0f3f728b2d251419e179fb3573139c70a0b /pkgs/servers
parent0733404aca216e91e26cd4e094808919cea140e4 (diff)
downloadnixlib-3471744cbb890ae6e8dcd494d218d8767524ca6c.tar
nixlib-3471744cbb890ae6e8dcd494d218d8767524ca6c.tar.gz
nixlib-3471744cbb890ae6e8dcd494d218d8767524ca6c.tar.bz2
nixlib-3471744cbb890ae6e8dcd494d218d8767524ca6c.tar.lz
nixlib-3471744cbb890ae6e8dcd494d218d8767524ca6c.tar.xz
nixlib-3471744cbb890ae6e8dcd494d218d8767524ca6c.tar.zst
nixlib-3471744cbb890ae6e8dcd494d218d8767524ca6c.zip
Add auto-updating meta for restund
Diffstat (limited to 'pkgs/servers')
-rw-r--r--pkgs/servers/restund/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/servers/restund/default.nix b/pkgs/servers/restund/default.nix
index e817151e778d..d6952e9700ee 100644
--- a/pkgs/servers/restund/default.nix
+++ b/pkgs/servers/restund/default.nix
@@ -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[.]";
   };
 }