summary refs log tree commit diff
path: root/pkgs/applications/graphics/hugin
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2011-05-06 22:33:50 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2011-05-06 22:33:50 +0000
commit2c3bd9a12c8e5760be241cb5de5856592a754b23 (patch)
tree68f06895df5361b09cc3df294705bb5311eded4d /pkgs/applications/graphics/hugin
parent45859265b0638905352166a06518cfd87fea77c6 (diff)
downloadnixpkgs-2c3bd9a12c8e5760be241cb5de5856592a754b23.tar
nixpkgs-2c3bd9a12c8e5760be241cb5de5856592a754b23.tar.gz
nixpkgs-2c3bd9a12c8e5760be241cb5de5856592a754b23.tar.bz2
nixpkgs-2c3bd9a12c8e5760be241cb5de5856592a754b23.tar.lz
nixpkgs-2c3bd9a12c8e5760be241cb5de5856592a754b23.tar.xz
nixpkgs-2c3bd9a12c8e5760be241cb5de5856592a754b23.tar.zst
nixpkgs-2c3bd9a12c8e5760be241cb5de5856592a754b23.zip
Updating hugin. At least it builds.
svn path=/nixpkgs/trunk/; revision=27175
Diffstat (limited to 'pkgs/applications/graphics/hugin')
-rw-r--r--pkgs/applications/graphics/hugin/default.nix6
1 files 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";