openimageio: update owner/repo information (#341241)

This commit is contained in:
Nick Cao 2024-09-12 19:11:39 -04:00 committed by GitHub
commit ea30ead764
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,8 +18,8 @@ stdenv.mkDerivation rec {
version = "2.5.15.0";
src = fetchFromGitHub {
owner = "OpenImageIO";
repo = "oiio";
owner = "AcademySoftwareFoundation";
repo = "OpenImageIO";
rev = "v${version}";
hash = "sha256-jtX6IDR/yFn10hf+FxM0s4St9XYxhQ1UlMAsNzOxuio=";
};