about summary refs log tree commit diff
path: root/pkgs/applications/graphics/panotools/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/graphics/panotools/default.nix')
-rw-r--r--pkgs/applications/graphics/panotools/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/graphics/panotools/default.nix b/pkgs/applications/graphics/panotools/default.nix
index 8216c415cb62..e71537f108a5 100644
--- a/pkgs/applications/graphics/panotools/default.nix
+++ b/pkgs/applications/graphics/panotools/default.nix
@@ -1,11 +1,11 @@
 { fetchurl, stdenv, libjpeg, libpng, libtiff, perl }:
 
 stdenv.mkDerivation rec {
-  name = "libpano13-2.9.17";
+  name = "libpano13-2.9.18";
 
   src = fetchurl {
-    url = "mirror://sourceforge/panotools/libpano13/${name}/${name}.tar.gz";
-    sha256 = "1zcrkw0xw11170mlhh9r8562gafwx3hd92wahl9xxaah5z4v0am2";
+    url = "mirror://sourceforge/panotools/${name}.tar.gz";
+    sha256 = "0wm1r9waa47n482yrl3hnphicdahr581rahgbklk0d2wy51lwpfy";
   };
 
   buildInputs = [ perl libjpeg libpng libtiff ];