Merge pull request #135620 from paperdigits/openexr_3.1.1

openexr_3: 3.0.5 -> 3.1.1
This commit is contained in:
Sandro 2021-08-25 23:39:50 +02:00 committed by GitHub
commit 13a51b782f
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.0.5";
version = "3.1.1";
outputs = [ "bin" "dev" "out" "doc" ];
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
owner = "AcademySoftwareFoundation";
repo = "openexr";
rev = "v${version}";
sha256 = "0inmpby1syyxxzr0sazqvpb8j63vpj09vpkp4xi7m2qd4rxynkph";
sha256 = "1p0l07vfpb25fx6jcgk1747v8x9xgpifx4cvvgi3g2473wlx6pyb";
};
nativeBuildInputs = [ cmake ];