summary refs log tree commit diff
path: root/pkgs/applications/graphics/rawtherapee
diff options
context:
space:
mode:
authorMica <paperdigits@users.noreply.github.com>2019-11-16 11:19:40 -0800
committerRenaud <c0bw3b@users.noreply.github.com>2019-11-16 20:19:40 +0100
commit40d3adb5a363846c2e9e53621d869d4953088394 (patch)
treec0b41cbacdd7d2b1368b507c452b3a1deb624ad6 /pkgs/applications/graphics/rawtherapee
parent953a5325169ce421c6b6e11a7ffe3dde3fedfebe (diff)
downloadnixpkgs-40d3adb5a363846c2e9e53621d869d4953088394.tar
nixpkgs-40d3adb5a363846c2e9e53621d869d4953088394.tar.gz
nixpkgs-40d3adb5a363846c2e9e53621d869d4953088394.tar.bz2
nixpkgs-40d3adb5a363846c2e9e53621d869d4953088394.tar.lz
nixpkgs-40d3adb5a363846c2e9e53621d869d4953088394.tar.xz
nixpkgs-40d3adb5a363846c2e9e53621d869d4953088394.tar.zst
nixpkgs-40d3adb5a363846c2e9e53621d869d4953088394.zip
rawtherapee: 5.5 -> 5.7 (#71765)
* rawtherapee: 5.5 -> 5.7
Add librsvg and update to latest release

Diffstat (limited to 'pkgs/applications/graphics/rawtherapee')
-rw-r--r--pkgs/applications/graphics/rawtherapee/default.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/applications/graphics/rawtherapee/default.nix b/pkgs/applications/graphics/rawtherapee/default.nix
index 74e8c0e6b43..bda16446524 100644
--- a/pkgs/applications/graphics/rawtherapee/default.nix
+++ b/pkgs/applications/graphics/rawtherapee/default.nix
@@ -1,24 +1,24 @@
 { stdenv, fetchFromGitHub, pkgconfig, cmake, pixman, libpthreadstubs, gtkmm3, libXau
 , libXdmcp, lcms2, libiptcdata, libcanberra-gtk3, fftw, expat, pcre, libsigcxx, wrapGAppsHook
-, lensfun
+, lensfun, librsvg
 }:
 
 stdenv.mkDerivation rec {
-  version = "5.5";
-  name = "rawtherapee-" + version;
+  version = "5.7";
+  pname = "rawtherapee";
 
   src = fetchFromGitHub {
     owner = "Beep6581";
     repo = "RawTherapee";
     rev = version;
-    sha256 = "13clnx7rwkfa7wxgsim1xdx2pd7gwmmdad1m8a3fvywr20ml8xzk";
+    sha256 = "0j3887a3683fqpvp66kaw6x81ai3gf5nvrbmb4cc8rb0lgj2xv2g";
   };
 
   nativeBuildInputs = [ cmake pkgconfig wrapGAppsHook ];
 
   buildInputs = [
     pixman libpthreadstubs gtkmm3 libXau libXdmcp
-    lcms2 libiptcdata libcanberra-gtk3 fftw expat pcre libsigcxx lensfun
+    lcms2 libiptcdata libcanberra-gtk3 fftw expat pcre libsigcxx lensfun librsvg
   ];
 
   cmakeFlags = [