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;