Revert "openexr_3: 3.1.7 -> 3.1.9"

This reverts commit b09195fb75.
There are unresolved issues with tests; see the PR for discussion:
https://github.com/NixOS/nixpkgs/pull/239064
This commit is contained in:
Vladimír Čunát 2023-08-01 08:31:22 +02:00
parent 4fa2f56bb8
commit 9bef3687ff
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "openexr";
version = "3.1.9";
version = "3.1.7";
src = fetchFromGitHub {
owner = "AcademySoftwareFoundation";
repo = "openexr";
rev = "v${version}";
sha256 = "sha256-cYf6ehAaz9EUOYyfR7aS3tXALgWtF48m9bqXHcJsAiU=";
sha256 = "sha256-Kl+aOA797aZvrvW4ZQNHdSU7YFPieZEzX3aYeaoH6eU=";
};
outputs = [ "bin" "dev" "out" "doc" ];