lol

libgphoto2: 2.5.12 -> 2.5.16

+3 -3
+3 -3
pkgs/development/libraries/libgphoto2/default.nix
··· 7 7 owner = "gphoto"; 8 8 repo = "libgphoto2"; 9 9 rev = "${meta.tag}"; 10 - sha256 = "0chwnw3d2d1k8g4xidzkpy9f3ci30yz7yvxq1mipp2rbndl1y2am"; 10 + sha256 = "1svbpmxqm56pqkv0rxhlyk4vw7mjgjz8zz4p669qvmw630082yj9"; 11 11 }; 12 12 13 13 patches = []; ··· 33 33 MTP, and other vendor specific protocols for controlling and transferring data 34 34 from digital cameras. 35 35 ''; 36 - version = "2.5.12"; 37 - tag = "libgphoto2-2_5_12-release"; 36 + version = "2.5.16"; 37 + tag = "libgphoto2-2_5_16-release"; 38 38 # XXX: the homepage claims LGPL, but several src files are lgpl21Plus 39 39 license = stdenv.lib.licenses.lgpl21Plus; 40 40 platforms = with stdenv.lib.platforms; unix;