From bbcd6e27286963c323976a198e1aee62187fadb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Fri, 6 Nov 2009 19:26:00 +0000 Subject: [PATCH] Fixing the url for the xorg video unichrome driver. prefetching and then realising the expression does not test the url, I've to keep that in mind. svn path=/nixpkgs/trunk/; revision=18222 --- pkgs/servers/x11/xorg/unichrome/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/servers/x11/xorg/unichrome/default.nix b/pkgs/servers/x11/xorg/unichrome/default.nix index 104b37b551e3..5cc26338c953 100644 --- a/pkgs/servers/x11/xorg/unichrome/default.nix +++ b/pkgs/servers/x11/xorg/unichrome/default.nix @@ -6,7 +6,7 @@ autoconf, libtool, libXext, utilmacros}: stdenv.mkDerivation { name = "xf86-video-unichrome-git"; src = fetchgit { - url = http://svn.openchrome.org/svn/trunk; + url = "git://anongit.freedesktop.org/~libv/xf86-video-unichrome"; md5 = "6e5e0f8ee204af2385a02e502d1ca8f1"; rev = "6260e0fc9f0754d101dda014a8f4b5f76f58e978"; };