openexr: 3.3.8 -> 3.4.10

This commit is contained in:
R. Ryantm
2026-04-26 14:10:36 +00:00
parent 1c8355b14e
commit 1c511cda0f

View File

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