Merge pull request #239064 from r-ryantm/auto-update/openexr_3

openexr_3: 3.1.7 -> 3.1.9
This commit is contained in:
Pol Dellaiera
2023-07-26 15:02:31 +02:00
committed by GitHub
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "openexr";
version = "3.1.7";
version = "3.1.9";
src = fetchFromGitHub {
owner = "AcademySoftwareFoundation";
repo = "openexr";
rev = "v${version}";
sha256 = "sha256-Kl+aOA797aZvrvW4ZQNHdSU7YFPieZEzX3aYeaoH6eU=";
sha256 = "sha256-cYf6ehAaz9EUOYyfR7aS3tXALgWtF48m9bqXHcJsAiU=";
};
outputs = [ "bin" "dev" "out" "doc" ];