aboutsummaryrefslogtreecommitdiff
path: root/pkgs/applications/graphics/rawtherapee
diff options
context:
space:
mode:
authorMarkus Hauck <markus1189@gmail.com>2017-10-06 12:57:03 +0200
committerMarkus Hauck <markus1189@gmail.com>2017-10-06 20:00:41 +0200
commit882bceac5d0a898b9d602a221a4fede654c41eb0 (patch)
tree695f893973b3632d32368086053f5f4e7beff26e /pkgs/applications/graphics/rawtherapee
parent3fe7cddc304abb86e61a750a4f807270c7ca7825 (diff)
rawtherapee: 5.2 -> 5.3
Diffstat (limited to 'pkgs/applications/graphics/rawtherapee')
-rw-r--r--pkgs/applications/graphics/rawtherapee/default.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgs/applications/graphics/rawtherapee/default.nix b/pkgs/applications/graphics/rawtherapee/default.nix
index 3edb97e3e209..0e83de135c5e 100644
--- a/pkgs/applications/graphics/rawtherapee/default.nix
+++ b/pkgs/applications/graphics/rawtherapee/default.nix
@@ -1,21 +1,22 @@
{ stdenv, fetchFromGitHub, pkgconfig, cmake, pixman, libpthreadstubs, gtkmm3, libXau
, libXdmcp, lcms2, libiptcdata, libcanberra_gtk3, fftw, expat, pcre, libsigcxx, wrapGAppsHook
+, lensfun
}:
stdenv.mkDerivation rec {
- version = "5.2";
+ version = "5.3";
name = "rawtherapee-" + version;
src = fetchFromGitHub {
owner = "Beep6581";
repo = "RawTherapee";
rev = version;
- sha256 = "0i3cr3335bw8yxxzn6kcdx6ccinlnxzrdbgl3ld1kym1w2n5449k";
+ sha256 = "1r6sx9zl1wkykgfx6k26268xadair6hzl15v5hmiri9sdhrn33q7";
};
buildInputs = [
pkgconfig cmake pixman libpthreadstubs gtkmm3 libXau libXdmcp
- lcms2 libiptcdata libcanberra_gtk3 fftw expat pcre libsigcxx
+ lcms2 libiptcdata libcanberra_gtk3 fftw expat pcre libsigcxx lensfun
];
nativeBuildInputs = [ wrapGAppsHook ];