lol

Update libgphoto2

+2 -2
+2 -2
pkgs/development/libraries/libgphoto2/default.nix
··· 5 5 6 6 src = fetchurl { 7 7 url = "mirror://sourceforge/gphoto/${name}.tar.bz2"; 8 - sha256 = "1w2bfy6619fgrigasgmx3lnill8c99lq7blmy2bpp0qqqqwdb93d"; 8 + sha256 = "0ij80nixichihv3iic7cgdq3irssk8waz1c25m6yypjl4kg6n3k0"; 9 9 }; 10 10 11 11 nativeBuildInputs = [ pkgconfig gettext ]; ··· 22 22 MTP, and other vendor specific protocols for controlling and transferring data 23 23 from digital cameras. 24 24 ''; 25 - version = "2.5.5"; 25 + version = "2.5.5.1"; 26 26 # XXX: the homepage claims LGPL, but several src files are lgpl21Plus 27 27 license = stdenv.lib.licenses.lgpl21Plus; 28 28 platforms = with stdenv.lib.platforms; unix;