mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
* The latest and greatest Tribler.
svn path=/nixpkgs/trunk/; revision=28971
This commit is contained in:
parent
295089faae
commit
c084ef2f61
1 changed files with 6 additions and 4 deletions
|
@ -1,12 +1,14 @@
|
|||
{ stdenv, fetchsvn, pythonPackages, makeWrapper, nettools }:
|
||||
|
||||
let rev = "22245"; in
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "tribler-5.3.9-pre21071";
|
||||
name = "tribler-5.4.2-pre${rev}";
|
||||
|
||||
src = fetchsvn {
|
||||
url = http://svn.tribler.org/abc/branches/release-5.3.x;
|
||||
rev = 21071;
|
||||
sha256 = "0plzw5m9rligz66rbq8qr9sj0fiqx8gwmchdw3p4mwlwfx72gixm";
|
||||
url = http://svn.tribler.org/abc/branches/release-5.4.x;
|
||||
inherit rev;
|
||||
sha256 = "09b3iz3yy1dpl30cd2iningzhm1grz6qjgv0qb3wk0v1vxkacddz";
|
||||
};
|
||||
|
||||
buildInputs = [ pythonPackages.python pythonPackages.wrapPython makeWrapper ];
|
||||
|
|
Loading…
Reference in a new issue