openimageio: 3.0.10.1 -> 3.1.6.2

This commit is contained in:
R. Ryantm
2025-10-07 21:55:46 +00:00
parent 30ca6c368c
commit 9459a994d3
+2 -2
View File
@@ -18,13 +18,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "openimageio";
version = "3.0.10.1";
version = "3.1.6.2";
src = fetchFromGitHub {
owner = "AcademySoftwareFoundation";
repo = "OpenImageIO";
tag = "v${finalAttrs.version}";
hash = "sha256-BBrzmukPfQVYR0CdfiYOxvPfIEXCj/45lQFRxl9Loc0=";
hash = "sha256-0AfkJXFn+dEPUJF4GJq6Gk5vBJDRPL2Z03dVa5+xKVA=";
};
outputs = [