openexr: 3.4.10 -> 3.4.11 (#518699)

This commit is contained in:
Tristan Ross 2026-05-18 04:35:40 +00:00 committed by GitHub
commit 19dc45ca66
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "openexr";
version = "3.4.10";
version = "3.4.11";
src = fetchFromGitHub {
owner = "AcademySoftwareFoundation";
repo = "openexr";
rev = "v${version}";
hash = "sha256-jXio+PvagKTR8NjcYIQ/j8LOMNc/0sQBuaixKk/0V3k=";
hash = "sha256-5dx2tag6XyuJfNfJgc68X+VWKXaHOL3M7ZJEQbQwFDA=";
};
outputs = [