libgphoto2: 2.5.33 -> 2.5.34

(cherry picked from commit c4abdf280b)
This commit is contained in:
R. Ryantm 2026-05-30 13:54:07 +00:00 committed by github-actions[bot]
commit bb44cc5e39

View file

@ -18,13 +18,13 @@
stdenv.mkDerivation rec {
pname = "libgphoto2";
version = "2.5.33";
version = "2.5.34";
src = fetchFromGitHub {
owner = "gphoto";
repo = "libgphoto2";
rev = "libgphoto2-${builtins.replaceStrings [ "." ] [ "_" ] version}-release";
sha256 = "sha256-gv84HD/ZjmAa0EpuYtUTGLcC7+BE8kWi4ut+RlvQvow=";
sha256 = "sha256-+yPpoIgyXL/Qp2C4ykSlUg2BheWjzTEi6wID6yCsP/s=";
};
depsBuildBuild = [ pkg-config ];