gphoto2: 2.5.28 -> 2.5.32

This commit is contained in:
R. Ryantm
2025-08-11 14:01:42 +00:00
parent af7f652b8d
commit 59e129f5d1
+2 -2
View File
@@ -15,13 +15,13 @@
stdenv.mkDerivation rec {
pname = "gphoto2";
version = "2.5.28";
version = "2.5.32";
src = fetchFromGitHub {
owner = "gphoto";
repo = "gphoto2";
rev = "v${version}";
sha256 = "sha256-t5EnM4WaDbOTPM+rJW+hQxBgNErnnZEN9lZvxTKoDhA=";
sha256 = "sha256-9Tn6CBxZpzPnlyiBYdpQGViT3NEcup6AXT7Z0DqI/vA=";
};
nativeBuildInputs = [