Merge pull request #35663 from dywedir/gphoto2

gphoto2: 2.5.11 -> 2.5.15

authored by lewo and committed by GitHub ab8cddbc 9717e626

+5 -5
+2 -2
pkgs/applications/misc/gphoto2/default.nix
··· 3 }: 4 5 stdenv.mkDerivation rec { 6 - name = "gphoto2-2.5.11"; 7 8 src = fetchurl { 9 url = "mirror://sourceforge/gphoto/${name}.tar.bz2"; 10 - sha256 = "1sgr6rsvzzagcwhc8fxbnvz3k02wr2hab0vrbvcb04k5l3b48a1r"; 11 }; 12 13 nativeBuildInputs = [ pkgconfig gettext libtool ];
··· 3 }: 4 5 stdenv.mkDerivation rec { 6 + name = "gphoto2-2.5.15"; 7 8 src = fetchurl { 9 url = "mirror://sourceforge/gphoto/${name}.tar.bz2"; 10 + sha256 = "0xsa12k5fz49v8y4h3zahzr427a3ylxaf0k7hybrkp43g4i1lmxf"; 11 }; 12 13 nativeBuildInputs = [ pkgconfig gettext libtool ];
+3 -3
pkgs/development/libraries/libgphoto2/default.nix
··· 7 owner = "gphoto"; 8 repo = "libgphoto2"; 9 rev = "${meta.tag}"; 10 - sha256 = "0chwnw3d2d1k8g4xidzkpy9f3ci30yz7yvxq1mipp2rbndl1y2am"; 11 }; 12 13 patches = []; ··· 33 MTP, and other vendor specific protocols for controlling and transferring data 34 from digital cameras. 35 ''; 36 - version = "2.5.12"; 37 - tag = "libgphoto2-2_5_12-release"; 38 # XXX: the homepage claims LGPL, but several src files are lgpl21Plus 39 license = stdenv.lib.licenses.lgpl21Plus; 40 platforms = with stdenv.lib.platforms; unix;
··· 7 owner = "gphoto"; 8 repo = "libgphoto2"; 9 rev = "${meta.tag}"; 10 + sha256 = "1svbpmxqm56pqkv0rxhlyk4vw7mjgjz8zz4p669qvmw630082yj9"; 11 }; 12 13 patches = []; ··· 33 MTP, and other vendor specific protocols for controlling and transferring data 34 from digital cameras. 35 ''; 36 + version = "2.5.16"; 37 + tag = "libgphoto2-2_5_16-release"; 38 # XXX: the homepage claims LGPL, but several src files are lgpl21Plus 39 license = stdenv.lib.licenses.lgpl21Plus; 40 platforms = with stdenv.lib.platforms; unix;