libgphoto2: 2.5.31 -> 2.5.32

This commit is contained in:
R. Ryantm
2025-07-06 13:37:50 +00:00
parent 7a473d6701
commit 0132c034d1
+2 -2
View File
@@ -18,13 +18,13 @@
stdenv.mkDerivation rec {
pname = "libgphoto2";
version = "2.5.31";
version = "2.5.32";
src = fetchFromGitHub {
owner = "gphoto";
repo = "libgphoto2";
rev = "libgphoto2-${builtins.replaceStrings [ "." ] [ "_" ] version}-release";
sha256 = "sha256-UmyDKEaPP9VJqi8f+y6JZcTlQomhMTN+/C//ODYx6/w=";
sha256 = "sha256-gUw3D/bHnKoiTInJVAzMCs5urWz4UHWywTLZUuRROqw=";
};
depsBuildBuild = [ pkg-config ];