gphoto2: update from 2.5.5 to 2.5.8

This commit is contained in:
Cillian de Róiste 2015-10-25 19:08:13 +01:00
parent 5e3b0e4c43
commit 44c1a72a6b

View File

@ -3,11 +3,11 @@
}:
stdenv.mkDerivation rec {
name = "gphoto2-2.5.5";
name = "gphoto2-2.5.8";
src = fetchurl {
url = "mirror://sourceforge/gphoto/${name}.tar.bz2";
sha256 = "1d0lvp5gsrss72597wixhgh8prcw4g7izfg3zdzzsswjgnlsxsal";
sha256 = "0kgfql6c64ha1gahjdwlqhmkslnfywmc2fkys4c5682zv4awvax9";
};
nativeBuildInputs = [ pkgconfig gettext ];