about summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2024-05-21 08:11:58 +0200
committerVladimír Čunát <v@cunat.cz>2024-05-21 08:12:40 +0200
commit723dfb272774b45adbbff59431eef87c4f9b0194 (patch)
tree46d5f1c972f5ac3369749af821f126691e770e25 /pkgs/applications/graphics
parentdd2012ab67d158df91158a979925199d949bada0 (diff)
rawtherapee: switch to patch version merged upstream
Diffstat (limited to 'pkgs/applications/graphics')
-rw-r--r--pkgs/applications/graphics/rawtherapee/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/rawtherapee/default.nix b/pkgs/applications/graphics/rawtherapee/default.nix
index f4d340bcc8868..14c3a0dc7ef2d 100644
--- a/pkgs/applications/graphics/rawtherapee/default.nix
+++ b/pkgs/applications/graphics/rawtherapee/default.nix
@@ -41,8 +41,8 @@ stdenv.mkDerivation rec {
   # https://github.com/Beep6581/RawTherapee/issues/7074
   patches = [
     (fetchurl {
-      url = "https://github.com/termux-user-repository/tur/raw/c7b7648b5611cd1bc41a48a1ca6f3c4f71e253c5/tur/rawtherapee/0002-libjpeg-turbo-3.0.3.patch";
-      hash = "sha256-IaRMrwZd4KQTGjKd1S4su6b9E+Jt7Y0cZiDAkZ8dXHw=";
+      url = "https://github.com/Beep6581/RawTherapee/commit/6b9f45c69c1ddfc3607d3d9c1206dcf1def30295.diff";
+      hash = "sha256-3Rti9HV8N1ueUm5B9qxEZL7Lb9bBb+iy2AGKMpJ9YOM=";
     })
   ];