luminanceHDR: 2.6.0 -> 2.6.1.1

This commit is contained in:
R. Ryantm 2023-08-29 21:58:38 +00:00
parent e580181a13
commit 13c151215e

View File

@ -6,13 +6,13 @@
mkDerivation rec {
pname = "luminance-hdr";
version = "2.6.0";
version = "2.6.1.1";
src = fetchFromGitHub {
owner = "LuminanceHDR";
repo = "LuminanceHDR";
rev = "v.${version}";
sha256 = "1izmgjjp8mgyxv57sjjr05z7g7059ykb5wchlcn4wrnnb6aslnvn";
sha256 = "sha256-PWqtYGx8drfMVp7D7MzN1sIUTQ+Xz5yyeHN87p2r6PY=";
};
env.NIX_CFLAGS_COMPILE = "-I${ilmbase.dev}/include/OpenEXR";