From 2c3bd9a12c8e5760be241cb5de5856592a754b23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Fri, 6 May 2011 22:33:50 +0000 Subject: [PATCH] Updating hugin. At least it builds. svn path=/nixpkgs/trunk/; revision=27175 --- pkgs/applications/graphics/hugin/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/graphics/hugin/default.nix b/pkgs/applications/graphics/hugin/default.nix index b1a940b9b56..795417dbf5b 100644 --- a/pkgs/applications/graphics/hugin/default.nix +++ b/pkgs/applications/graphics/hugin/default.nix @@ -3,11 +3,11 @@ glew, libXmu, libXi }: stdenv.mkDerivation rec { - name = "hugin-2010.0.0"; + name = "hugin-2010.4.0"; src = fetchurl { - url = "mirror://sourceforge/hugin/${name}.tar.gz"; - sha256 = "08xm7ggfrh536lqvdzw7zg09p2awbclw5r7i8c59gf092w1cac7d"; + url = "mirror://sourceforge/hugin/${name}.tar.bz2"; + sha256 = "13n3p4f39mbdydsjqy48csjgvv30lfcwvln5y5dyy95lyrfwcp6l"; }; NIX_CFLAGS_COMPILE = "-I${ilmbase}/include/OpenEXR";