Author: eelco
Date: Wed May  4 14:59:17 2011
New Revision: 27148
URL: https://svn.nixos.org/websvn/nix/?rev=27148&sc=1

Log:
* Use a working version of Tribler.

Replaced:
   nixpkgs/trunk/pkgs/applications/networking/p2p/tribler/
      - copied from r27132, 
nixpkgs/trunk/pkgs/applications/networking/p2p/tribler/
   nixpkgs/trunk/pkgs/applications/networking/p2p/tribler/default.nix
      - copied, changed from r27132, 
nixpkgs/trunk/pkgs/applications/networking/p2p/tribler/default.nix

Copied and modified: 
nixpkgs/trunk/pkgs/applications/networking/p2p/tribler/default.nix (from 
r27132, nixpkgs/trunk/pkgs/applications/networking/p2p/tribler/default.nix)
==============================================================================
--- nixpkgs/trunk/pkgs/applications/networking/p2p/tribler/default.nix  Wed May 
 4 10:03:46 2011        (r27132, copy source)
+++ nixpkgs/trunk/pkgs/applications/networking/p2p/tribler/default.nix  Wed May 
 4 14:59:17 2011        (r27148)
@@ -1,12 +1,12 @@
 { stdenv, fetchsvn, pythonPackages, makeWrapper, nettools }:
 
 stdenv.mkDerivation {
-  name = "tribler-5.3.8";
+  name = "tribler-5.3.9-pre21071";
 
   src = fetchsvn {
-    url = http://svn.tribler.org/abc/tags/tribler-5.3.8;
-    rev = 19932;
-    sha256 = "13p8pg09vwcx3hi85p6arsja1g2c9493jxz2a33ypi584p3gblr5";
+    url = http://svn.tribler.org/abc/branches/release-5.3.x;
+    rev = 21071;
+    sha256 = "0plzw5m9rligz66rbq8qr9sj0fiqx8gwmchdw3p4mwlwfx72gixm";
   };
 
   buildInputs = [ pythonPackages.python pythonPackages.wrapPython makeWrapper 
];
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to