openimageio: 3.1.10.0 -> 3.1.11.0

This commit is contained in:
R. Ryantm
2026-03-01 07:54:46 +00:00
parent e5de12531e
commit 9bdb64436a
+2 -2
View File
@@ -26,13 +26,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "openimageio";
version = "3.1.10.0";
version = "3.1.11.0";
src = fetchFromGitHub {
owner = "AcademySoftwareFoundation";
repo = "OpenImageIO";
tag = "v${finalAttrs.version}";
hash = "sha256-xErP9zBKIBwCrw698oAaCxXCO9rqBDuz+6R+uU+9n3E=";
hash = "sha256-7VP/XSYti8YbFQwofAXAolsHc0rEHw14oqN0359LYJg=";
};
outputs = [