openimageio: 3.0.7.0 -> 3.0.8.0
This commit is contained in:
parent
223bee05d9
commit
1cd28c257b
@ -17,13 +17,13 @@
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "openimageio";
|
||||
version = "3.0.7.0";
|
||||
version = "3.0.8.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "AcademySoftwareFoundation";
|
||||
repo = "OpenImageIO";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-eVX7X0wqTasEBRz4i98av1PzwdUVycBmtPjWS+31yIE=";
|
||||
hash = "sha256-94DGol32IPAu9QKRMFjAoGLMfV7x6eXGGqpOxzYh/Ww=";
|
||||
};
|
||||
|
||||
outputs = [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user