gphoto2: 2.5.28 -> 2.5.32 (#432814)

This commit is contained in:
Weijia Wang
2025-08-23 00:19:18 +02:00
committed by GitHub
+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 = [