From aa15d7203d5413b163ad241a34918162818478e9 Mon Sep 17 00:00:00 2001 From: PhiliPdB Date: Wed, 28 May 2025 07:04:02 +0200 Subject: [PATCH] rawtherapee: 5.11 -> 5.12 Changelog: https://github.com/RawTherapee/RawTherapee/blob/5.12/RELEASE_NOTES.txt Also updates repo owner as the repository moved. --- pkgs/applications/graphics/rawtherapee/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/applications/graphics/rawtherapee/default.nix b/pkgs/applications/graphics/rawtherapee/default.nix index 378706775928..f6c1a774886f 100644 --- a/pkgs/applications/graphics/rawtherapee/default.nix +++ b/pkgs/applications/graphics/rawtherapee/default.nix @@ -37,13 +37,13 @@ stdenv.mkDerivation rec { pname = "rawtherapee"; - version = "5.11"; + version = "5.12"; src = fetchFromGitHub { - owner = "Beep6581"; + owner = "RawTherapee"; repo = "RawTherapee"; - rev = version; - hash = "sha256-jIAbguwF2aqRTk72ro5oHNTawA7biPSFC41YHgRR730="; + tag = version; + hash = "sha256-h8eWnw9I1R0l9WAI/DylsdA241qU9NhYGEPYz+JlE18="; # The developers ask not to use the tarball from Github releases, see # https://www.rawtherapee.com/downloads/5.10/#news-relevant-to-package-maintainers forceFetchGit = true;