nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

gphoto2: 2.5.17 -> 2.5.20

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/gphoto2/versions

(cherry picked from commit c727b69ad6ea314720ade03b5d09f2dd31242559)
Signed-off-by: Maximilian Bosch <maximilian@mbosch.me>

authored by

R. RyanTM and committed by
Maximilian Bosch
3a4ffdd3 a0bf1c53

+2 -2
+2 -2
pkgs/applications/misc/gphoto2/default.nix
··· 3 3 }: 4 4 5 5 stdenv.mkDerivation rec { 6 - name = "gphoto2-2.5.17"; 6 + name = "gphoto2-2.5.20"; 7 7 8 8 src = fetchurl { 9 9 url = "mirror://sourceforge/gphoto/${name}.tar.bz2"; 10 - sha256 = "0kslwclyyzvnxjw3gdzhlagj7l5f8lba833ipr9s0s0c4hwi0mxa"; 10 + sha256 = "1xj80abkzvqrd6g1j1q946lhbp03gyapyxdwbhc0y14g1ash6vx3"; 11 11 }; 12 12 13 13 nativeBuildInputs = [ pkgconfig gettext libtool ];