libgphoto2: 2.5.16 -> 2.5.17
This commit is contained in:
parent
015c5a1e89
commit
3ce3708d19
@ -7,7 +7,7 @@ stdenv.mkDerivation rec {
|
|||||||
owner = "gphoto";
|
owner = "gphoto";
|
||||||
repo = "libgphoto2";
|
repo = "libgphoto2";
|
||||||
rev = "${meta.tag}";
|
rev = "${meta.tag}";
|
||||||
sha256 = "1svbpmxqm56pqkv0rxhlyk4vw7mjgjz8zz4p669qvmw630082yj9";
|
sha256 = "0pbfg89817qkb35mmajsw2iz6j9nhkkj67m419f8x8yxpqkaa0wb";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [];
|
patches = [];
|
||||||
@ -33,8 +33,8 @@ stdenv.mkDerivation rec {
|
|||||||
MTP, and other vendor specific protocols for controlling and transferring data
|
MTP, and other vendor specific protocols for controlling and transferring data
|
||||||
from digital cameras.
|
from digital cameras.
|
||||||
'';
|
'';
|
||||||
version = "2.5.16";
|
version = "2.5.17";
|
||||||
tag = "libgphoto2-2_5_16-release";
|
tag = "libgphoto2-2_5_17-release";
|
||||||
# XXX: the homepage claims LGPL, but several src files are lgpl21Plus
|
# XXX: the homepage claims LGPL, but several src files are lgpl21Plus
|
||||||
license = stdenv.lib.licenses.lgpl21Plus;
|
license = stdenv.lib.licenses.lgpl21Plus;
|
||||||
platforms = with stdenv.lib.platforms; unix;
|
platforms = with stdenv.lib.platforms; unix;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user