openimageio: 3.0.8.1 -> 3.0.9.0 (#430229)

Co-authored-by: yzx9 <gh@yzx9.xyz>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-08-05 01:47:09 +00:00
committed by GitHub
co-authored by yzx9
+2 -2
View File
@@ -17,13 +17,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "openimageio";
version = "3.0.8.1";
version = "3.0.9.0";
src = fetchFromGitHub {
owner = "AcademySoftwareFoundation";
repo = "OpenImageIO";
tag = "v${finalAttrs.version}";
hash = "sha256-GbjkFij8d5a/pxNYckCs+McMAHh+NiGAaxAaZYjj7jY=";
hash = "sha256-N90Ll3ambwh83Ng5N7ToaE0ng2/WT37uhyvecn0crP0=";
};
outputs = [