summary refs log tree commit diff
path: root/pkgs/applications/networking/p2p/opentracker/default.nix
diff options
context:
space:
mode:
authorArseniy Seroka <ars.seroka@gmail.com>2015-06-04 20:22:36 +0300
committerArseniy Seroka <ars.seroka@gmail.com>2015-06-04 23:34:14 +0300
commitdaf4ec39a5613d277706f0f559e074a06df2a23c (patch)
tree0cab879a034c67779f7bf395e69c4eaa0f957808 /pkgs/applications/networking/p2p/opentracker/default.nix
parent9cd797ff269efc749563547b24e68a241f11932c (diff)
downloadnixpkgs-daf4ec39a5613d277706f0f559e074a06df2a23c.tar
nixpkgs-daf4ec39a5613d277706f0f559e074a06df2a23c.tar.gz
nixpkgs-daf4ec39a5613d277706f0f559e074a06df2a23c.tar.bz2
nixpkgs-daf4ec39a5613d277706f0f559e074a06df2a23c.tar.lz
nixpkgs-daf4ec39a5613d277706f0f559e074a06df2a23c.tar.xz
nixpkgs-daf4ec39a5613d277706f0f559e074a06df2a23c.tar.zst
nixpkgs-daf4ec39a5613d277706f0f559e074a06df2a23c.zip
fix: add missing versions
Diffstat (limited to 'pkgs/applications/networking/p2p/opentracker/default.nix')
-rw-r--r--pkgs/applications/networking/p2p/opentracker/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/p2p/opentracker/default.nix b/pkgs/applications/networking/p2p/opentracker/default.nix
index 32ceeb6fc8d..29dbd086a77 100644
--- a/pkgs/applications/networking/p2p/opentracker/default.nix
+++ b/pkgs/applications/networking/p2p/opentracker/default.nix
@@ -1,7 +1,7 @@
 { stdenv, fetchgit, libowfat, zlib }:
 
 stdenv.mkDerivation {
-  name = "opentracker";
+  name = "opentracker-2014-08-03";
   src = fetchgit {
     url = "https://github.com/masroore/opentracker.git";
     rev = "9a26b3d203755577879315ecc2b515d0e22793cb";
@@ -21,4 +21,4 @@ stdenv.mkDerivation {
     platforms = platforms.linux;
     description = "Bittorrent tracker project aiminf for minimal resource usage and is intended to run at your wlan router";
   };
-}
\ No newline at end of file
+}