mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 11:05:14 +00:00
openimageio: update owner/repo information
https://github.com/OpenImageIO/oiio is now redirected to https://github.com/AcademySoftwareFoundation/OpenImageIO
This commit is contained in:
parent
65c93486f2
commit
5c5da2d248
@ -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=";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user