fix: add missing versions
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user