3
0
Fork 0
forked from mirrors/nixpkgs

lensfun: update from 0.2.5 to 0.2.7

This commit is contained in:
Nixpkgs Monitor 2013-12-04 06:31:25 +02:00 committed by Evgeny Egorochkin
parent 1b20cadd1d
commit 4566b55dae

View file

@ -1,11 +1,11 @@
{ stdenv, fetchurl, pkgconfig, python, glib, zlib, libpng }:
stdenv.mkDerivation rec {
name = "lensfun-0.2.5";
name = "lensfun-0.2.7";
src = fetchurl {
url = "http://download.berlios.de/lensfun/${name}.tar.bz2";
sha256 = "11zvi3lk60iljync3a495h9la7makx6lf22fbvr4lwc933mrh562";
sha256 = "0xv4h219zn0ldhhjnjc1q2bgpbfqzpd4b31gf9yyrwbapm3hgprx";
};
patchPhase = "sed -e 's@/usr/bin/python@${python}/bin/python@' -i configure";