fix: add missing versions

This commit is contained in:
Arseniy Seroka
2015-06-04 23:34:14 +03:00
parent 9cd797ff26
commit daf4ec39a5
31 changed files with 38 additions and 35 deletions
+2 -2
View File
@@ -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 ];
};
}
}