Merge pull request #149740 from r-ryantm/auto-update/openexr

openexr_3: 3.1.2 -> 3.1.3
This commit is contained in:
Bobby Rong 2022-01-01 19:23:27 +08:00 committed by GitHub
commit fdc2b223ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 ];