Skip to content

Commit

Permalink
openimageio: 2.4.15.0 -> 2.5.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Nov 26, 2023
1 parent c6c20c6 commit 68482a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/openimageio/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@

stdenv.mkDerivation rec {
pname = "openimageio";
version = "2.4.15.0";
version = "2.5.5.0";

src = fetchFromGitHub {
owner = "OpenImageIO";
repo = "oiio";
rev = "v${version}";
hash = "sha256-I2/JPmUBDb0bw7qbSZcAkYHB2q2Uo7En7ZurMwWhg/M=";
hash = "sha256-FtUZqk1m9ahdnwhrBeMFkUbV0dangMY/w9ShevCASfo=";
};

# Workaround broken zlib version detecion in CMake < 3.37.
Expand Down

0 comments on commit 68482a8

Please sign in to comment.