python3Packages.openimageio: 3.1.14.0 -> 3.1.14.1

This commit is contained in:
R. Ryantm
2026-06-15 12:25:48 +00:00
parent 5ee58ee18e
commit bae382ff3b
+2 -2
View File
@@ -26,13 +26,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "openimageio";
version = "3.1.14.0";
version = "3.1.14.1";
src = fetchFromGitHub {
owner = "AcademySoftwareFoundation";
repo = "OpenImageIO";
tag = "v${finalAttrs.version}";
hash = "sha256-sA4NzGdT+K9uQM+h8Ew1EvjO8TGMGyyLS5KYYMJAToE=";
hash = "sha256-gAW9pUK0oPGoeNRBCS7i444PQ3b6f9Pa0UJwhSJV9ss=";
};
outputs = [