libgphoto2: 2.5.33 -> 2.5.34

This commit is contained in:
R. Ryantm
2026-05-30 13:54:07 +00:00
parent 0d37563c0e
commit c4abdf280b
+2 -2
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 ];