about summary refs log tree commit diff
path: root/pkgs/tools/networking/p2p/rtorrent
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/tools/networking/p2p/rtorrent
parent9cd797ff269efc749563547b24e68a241f11932c (diff)
downloadnixlib-daf4ec39a5613d277706f0f559e074a06df2a23c.tar
nixlib-daf4ec39a5613d277706f0f559e074a06df2a23c.tar.gz
nixlib-daf4ec39a5613d277706f0f559e074a06df2a23c.tar.bz2
nixlib-daf4ec39a5613d277706f0f559e074a06df2a23c.tar.lz
nixlib-daf4ec39a5613d277706f0f559e074a06df2a23c.tar.xz
nixlib-daf4ec39a5613d277706f0f559e074a06df2a23c.tar.zst
nixlib-daf4ec39a5613d277706f0f559e074a06df2a23c.zip
fix: add missing versions
Diffstat (limited to 'pkgs/tools/networking/p2p/rtorrent')
-rw-r--r--pkgs/tools/networking/p2p/rtorrent/git.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/networking/p2p/rtorrent/git.nix b/pkgs/tools/networking/p2p/rtorrent/git.nix
index 6320a75f726a..dcdd2e68e155 100644
--- a/pkgs/tools/networking/p2p/rtorrent/git.nix
+++ b/pkgs/tools/networking/p2p/rtorrent/git.nix
@@ -9,7 +9,7 @@
 # https://github.com/codyopel/dotfiles/blob/master/dotfiles/rtorrent.rc
 
 stdenv.mkDerivation {
-  name = "rtorrent-git";
+  name = "rtorrent-git-2014-07-02";
 
   src = fetchFromGitHub {
     owner = "rakshasa";
@@ -60,4 +60,4 @@ stdenv.mkDerivation {
     platforms = platforms.linux;
     maintainers = with maintainers; [ codyopel ];
   };
-}
\ No newline at end of file
+}