summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2014-03-08 21:06:56 +0400
committerMichael Raskin <7c6f434c@mail.ru>2014-03-08 21:13:00 +0400
commit3fa2c6ef5bd7ec5cff445d0d89b3af31f6e067f4 (patch)
treebc18372704417a55f7b1f03ad41a049978f4250a /pkgs
parent8b83156598c6f519e2ce98148f89dabfc88f4ecc (diff)
downloadnixlib-3fa2c6ef5bd7ec5cff445d0d89b3af31f6e067f4.tar
nixlib-3fa2c6ef5bd7ec5cff445d0d89b3af31f6e067f4.tar.gz
nixlib-3fa2c6ef5bd7ec5cff445d0d89b3af31f6e067f4.tar.bz2
nixlib-3fa2c6ef5bd7ec5cff445d0d89b3af31f6e067f4.tar.lz
nixlib-3fa2c6ef5bd7ec5cff445d0d89b3af31f6e067f4.tar.xz
nixlib-3fa2c6ef5bd7ec5cff445d0d89b3af31f6e067f4.tar.zst
nixlib-3fa2c6ef5bd7ec5cff445d0d89b3af31f6e067f4.zip
Update libgphoto2
Diffstat (limited to 'pkgs')
-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 af985ac91fcd..afab21bc4f09 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 = "0f1818l1vs5fbmrihzyv3qasddbqi3r01jik5crrxddwalsi2bd3";
+    sha256 = "18nd2zkgazphgkfdhf8ps7knda8vdnhrq9c02989279x2qxjsci9";
   };
   
   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.2";
+    version = "2.5.3.1";
     # XXX: the homepage claims LGPL, but several src files are lgpl21Plus
     license = stdenv.lib.licenses.lgpl21Plus; 
     platforms = with stdenv.lib.platforms; unix;