openimageio: 3.0.8.0 -> 3.0.8.1 (#424440)

Co-authored-by: yzx9 <gh@yzx9.xyz>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-07-15 01:55:35 +00:00 committed by GitHub
commit 784c07013e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,13 +17,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "openimageio";
version = "3.0.8.0";
version = "3.0.8.1";
src = fetchFromGitHub {
owner = "AcademySoftwareFoundation";
repo = "OpenImageIO";
tag = "v${finalAttrs.version}";
hash = "sha256-94DGol32IPAu9QKRMFjAoGLMfV7x6eXGGqpOxzYh/Ww=";
hash = "sha256-GbjkFij8d5a/pxNYckCs+McMAHh+NiGAaxAaZYjj7jY=";
};
outputs = [