aboutsummaryrefslogtreecommitdiff
path: root/pkgs/applications/graphics/rawtherapee
diff options
context:
space:
mode:
authorMoritz Ulrich <moritz@tarn-vedra.de>2017-01-27 11:28:24 +0100
committerMoritz Ulrich <moritz@tarn-vedra.de>2017-01-27 11:28:46 +0100
commit3842e825a77bea82f686d58a4217545de1b0e74b (patch)
treedacdb0621a41e78c415cc12f41939e168bf9b0fc /pkgs/applications/graphics/rawtherapee
parent9276178e68d1f5b323a3236f457eafb94272a0fc (diff)
rawtherapee: 4.2.1025 -> 5.0
Diffstat (limited to 'pkgs/applications/graphics/rawtherapee')
-rw-r--r--pkgs/applications/graphics/rawtherapee/default.nix14
1 files changed, 6 insertions, 8 deletions
diff --git a/pkgs/applications/graphics/rawtherapee/default.nix b/pkgs/applications/graphics/rawtherapee/default.nix
index 50eb7749031f..5627faec0944 100644
--- a/pkgs/applications/graphics/rawtherapee/default.nix
+++ b/pkgs/applications/graphics/rawtherapee/default.nix
@@ -3,21 +3,19 @@
}:
stdenv.mkDerivation rec {
- version = "4.2.1025";
+ version = "5.0";
name = "rawtherapee-" + version;
src = fetchFromGitHub {
owner = "Beep6581";
repo = "RawTherapee";
- rev = "dc4bbe906ba92ddc66f98a3c26ce19822bfb99ab";
- sha256 = "0c5za9s8533fiyl32378dq9rgd5044xi8y0wm2gkr7krbdnx74l3";
+ rev = "9fbbb052eefb739753f0f3d631e45694d659610a";
+ sha256 = "0r8wzxp7q77g3hjz7dr5lh5wih762pgjad3lkzjfhki9lxr7ii7q";
};
- buildInputs = [ pkgconfig cmake pixman libpthreadstubs gtkmm2 libXau libXdmcp
- lcms2 libiptcdata libcanberra_gtk2 fftw expat pcre libsigcxx ];
-
- patches = [
- ./fix-glibmm-output.patch
+ buildInputs = [
+ pkgconfig cmake pixman libpthreadstubs gtkmm2 libXau libXdmcp
+ lcms2 libiptcdata libcanberra_gtk2 fftw expat pcre libsigcxx
];
cmakeFlags = [