openexr_3: 3.2.1 -> 3.2.2

This commit is contained in:
R. Ryantm 2024-02-12 05:24:29 +00:00
parent 9969aa079a
commit 2f765c4621

View File

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