mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 19:44:09 +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";
|
version = "2.5.15.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "OpenImageIO";
|
owner = "AcademySoftwareFoundation";
|
||||||
repo = "oiio";
|
repo = "OpenImageIO";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-jtX6IDR/yFn10hf+FxM0s4St9XYxhQ1UlMAsNzOxuio=";
|
hash = "sha256-jtX6IDR/yFn10hf+FxM0s4St9XYxhQ1UlMAsNzOxuio=";
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user