Skip to content

Commit 9459a99

Browse files
committed
openimageio: 3.0.10.1 -> 3.1.6.2
1 parent 30ca6c3 commit 9459a99

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/by-name/op/openimageio/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818

1919
stdenv.mkDerivation (finalAttrs: {
2020
pname = "openimageio";
21-
version = "3.0.10.1";
21+
version = "3.1.6.2";
2222

2323
src = fetchFromGitHub {
2424
owner = "AcademySoftwareFoundation";
2525
repo = "OpenImageIO";
2626
tag = "v${finalAttrs.version}";
27-
hash = "sha256-BBrzmukPfQVYR0CdfiYOxvPfIEXCj/45lQFRxl9Loc0=";
27+
hash = "sha256-0AfkJXFn+dEPUJF4GJq6Gk5vBJDRPL2Z03dVa5+xKVA=";
2828
};
2929

3030
outputs = [

0 commit comments

Comments
 (0)