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
@@ -1,7 +1,7 @@
{ stdenv, autoconf, automake, cppunit, fetchFromGitHub, pkgconfig, openssl, libsigcxx, libtool, zlib }:
stdenv.mkDerivation {
name = "libtorrent-git";
name = "libtorrent-git-2014-08-20";
src = fetchFromGitHub rec {
owner = "rakshasa";
@@ -25,4 +25,4 @@ stdenv.mkDerivation {
platforms = platforms.unix;
maintainers = with maintainers; [ codyopel ];
};
}
}