openexr_3: 3.2.2 -> 3.2.4

Changes: https://github.com/AcademySoftwareFoundation/openexr/releases/tag/v3.2.4
This commit is contained in:
Sergei Trofimovich 2024-03-31 19:12:26 +01:00
parent 0a08741184
commit 272aacc19d
1 changed files with 2 additions and 2 deletions

View File

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "openexr";
version = "3.2.2";
version = "3.2.4";
src = fetchFromGitHub {
owner = "AcademySoftwareFoundation";
repo = "openexr";
rev = "v${version}";
hash = "sha256-7KBjZpImSaW4GiK0ZCpMcjBPQ9aMmN5LW+/m6lkGK68=";
hash = "sha256-mVUxxYe6teiJ18PQ9703/kjBpJ9+a7vcDme+NwtQQQM=";
};
outputs = [ "bin" "dev" "out" "doc" ];