openexr_3: 3.1.2 -> 3.1.3

This commit is contained in:
R. Ryantm 2021-12-08 23:04:07 +00:00
parent 9f329731b5
commit 9b938a0ce0

View File

@ -8,7 +8,7 @@
stdenv.mkDerivation rec {
pname = "openexr";
version = "3.1.2";
version = "3.1.3";
outputs = [ "bin" "dev" "out" "doc" ];
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
owner = "AcademySoftwareFoundation";
repo = "openexr";
rev = "v${version}";
sha256 = "0vyclrrikphwkkpyjg8kzh3qzflzk3d6xsidgqllgfdgllr9wmgv";
sha256 = "sha256-Bi6yTcZBWTsWWMm3A7FVYblvSXKLSkHmhGvpNYGiOzE=";
};
nativeBuildInputs = [ cmake ];