about summary refs log tree commit diff
path: root/pkgs/development/libraries/lensfun
diff options
context:
space:
mode:
authorChristoph Hrdinka <c.github@hrdinka.at>2014-07-12 13:09:45 +0200
committerChristoph Hrdinka <c.github@hrdinka.at>2014-07-12 13:09:45 +0200
commite3f9cf1cb02267336c8f6c8476dd5ab41d7ec8e8 (patch)
tree3749d57bf874381f30f1aea5e1532259bf4ea397 /pkgs/development/libraries/lensfun
parente50b705e1220deaebaf0a59588952c0ecb368cb1 (diff)
lensfun: update to version 0.2.8
Diffstat (limited to 'pkgs/development/libraries/lensfun')
-rw-r--r--pkgs/development/libraries/lensfun/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/lensfun/default.nix b/pkgs/development/libraries/lensfun/default.nix
index 97dda155dc195..f1f1c7dd90925 100644
--- a/pkgs/development/libraries/lensfun/default.nix
+++ b/pkgs/development/libraries/lensfun/default.nix
@@ -1,11 +1,11 @@
 { stdenv, fetchurl, pkgconfig, python, glib, zlib, libpng }:
 
 stdenv.mkDerivation rec {
-  name = "lensfun-0.2.7";
+  name = "lensfun-0.2.8";
 
   src = fetchurl {
     url = "mirror://sourceforge/lensfun/${name}.tar.bz2";
-    sha256 = "0xv4h219zn0ldhhjnjc1q2bgpbfqzpd4b31gf9yyrwbapm3hgprx";
+    sha256 = "0j0smagnksdm9gjnk13w200hjxshmxf2kvyxxnra4nc2qzxrg3zq";
   };
 
   patchPhase = "sed -e 's@/usr/bin/python@${python}/bin/python@' -i configure";