openexr_3: 3.0.5 -> 3.1.1

This commit is contained in:
Mica Semrick 2021-08-24 20:16:00 -07:00
parent 12613bf6d9
commit 0d34c193f3

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