summary refs log tree commit diff
path: root/pkgs/development/libraries/libgphoto2
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2015-02-01 11:15:58 +0300
committerMichael Raskin <7c6f434c@mail.ru>2015-02-01 18:41:32 +0300
commit26195203b1f63d78fe5e8ac94fa4442860d2963b (patch)
tree93c623566aa2da6ccaa41ffbd425d3f3561f422d /pkgs/development/libraries/libgphoto2
parentbd38418e1ae12192b1e8586c6b8325df5a624fa7 (diff)
downloadnixlib-26195203b1f63d78fe5e8ac94fa4442860d2963b.tar
nixlib-26195203b1f63d78fe5e8ac94fa4442860d2963b.tar.gz
nixlib-26195203b1f63d78fe5e8ac94fa4442860d2963b.tar.bz2
nixlib-26195203b1f63d78fe5e8ac94fa4442860d2963b.tar.lz
nixlib-26195203b1f63d78fe5e8ac94fa4442860d2963b.tar.xz
nixlib-26195203b1f63d78fe5e8ac94fa4442860d2963b.tar.zst
nixlib-26195203b1f63d78fe5e8ac94fa4442860d2963b.zip
Update libgphoto2
Diffstat (limited to 'pkgs/development/libraries/libgphoto2')
-rw-r--r--pkgs/development/libraries/libgphoto2/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libgphoto2/default.nix b/pkgs/development/libraries/libgphoto2/default.nix
index eef6ea1541f8..9583696df43e 100644
--- a/pkgs/development/libraries/libgphoto2/default.nix
+++ b/pkgs/development/libraries/libgphoto2/default.nix
@@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
 
   src = fetchurl {
     url = "mirror://sourceforge/gphoto/${name}.tar.bz2";
-    sha256 = "1ww6d6myir37fm6pk0n77kdx5hi13yaiymxcs9mf97amdyl58cgw";
+    sha256 = "154qs3j1k72xn8p5vgjcwvywkskxz0j145cgvlcw7d5xfwr1jq3j";
   };
 
   nativeBuildInputs = [ pkgconfig gettext ];
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
       MTP, and other vendor specific protocols for controlling and transferring data
       from digital cameras.
     '';
-    version = "2.5.6";
+    version = "2.5.7";
     # XXX: the homepage claims LGPL, but several src files are lgpl21Plus
     license = stdenv.lib.licenses.lgpl21Plus;
     platforms = with stdenv.lib.platforms; unix;