summary refs log tree commit diff
path: root/pkgs/development/libraries/libgphoto2
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2014-09-24 13:15:32 +0400
committerMichael Raskin <7c6f434c@mail.ru>2014-09-24 13:15:42 +0400
commitf3ab10bc1e8ef8a5c9816c9ef79926c4e409d8a4 (patch)
tree8fa944e377bb6ce99f5304370477a8627e2f0454 /pkgs/development/libraries/libgphoto2
parentdb9647aa453280c12ae1210a143353b9d768b23c (diff)
downloadnixlib-f3ab10bc1e8ef8a5c9816c9ef79926c4e409d8a4.tar
nixlib-f3ab10bc1e8ef8a5c9816c9ef79926c4e409d8a4.tar.gz
nixlib-f3ab10bc1e8ef8a5c9816c9ef79926c4e409d8a4.tar.bz2
nixlib-f3ab10bc1e8ef8a5c9816c9ef79926c4e409d8a4.tar.lz
nixlib-f3ab10bc1e8ef8a5c9816c9ef79926c4e409d8a4.tar.xz
nixlib-f3ab10bc1e8ef8a5c9816c9ef79926c4e409d8a4.tar.zst
nixlib-f3ab10bc1e8ef8a5c9816c9ef79926c4e409d8a4.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 dc041490f78a..d739b0948743 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 = "1w2bfy6619fgrigasgmx3lnill8c99lq7blmy2bpp0qqqqwdb93d";
+    sha256 = "0ij80nixichihv3iic7cgdq3irssk8waz1c25m6yypjl4kg6n3k0";
   };
   
   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.5";
+    version = "2.5.5.1";
     # XXX: the homepage claims LGPL, but several src files are lgpl21Plus
     license = stdenv.lib.licenses.lgpl21Plus; 
     platforms = with stdenv.lib.platforms; unix;