Unverified Commit 10b2807f authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #232946 from r-ryantm/auto-update/openimageio

openimageio: 2.4.11.0 -> 2.4.11.1
parents 66b98440 82e03d35
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,13 +16,13 @@

stdenv.mkDerivation rec {
  pname = "openimageio";
  version = "2.4.11.0";
  version = "2.4.11.1";

  src = fetchFromGitHub {
    owner = "OpenImageIO";
    repo = "oiio";
    rev = "v${version}";
    hash = "sha256-YWVKmvUHq1QSpTCP0UBfSxqWTIWjxOF0gVE7qljCOyY=";
    hash = "sha256-Q8Gb/zscZre7fJPyLlZn04Xp3VFFbr6Z007mDPzownc=";
  };

  outputs = [ "bin" "out" "dev" "doc" ];