aboutsummaryrefslogtreecommitdiff
path: root/pkgs/applications/graphics/rawtherapee
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-12-22 09:48:07 -0800
committerR. RyanTM <ryantm-bot@ryantm.com>2018-12-22 09:48:07 -0800
commit6965ec04b994870013067aacf2cac848ffb5fc13 (patch)
treea7ac3a1fbc625138b65a32ea88917fa4fc2c74b6 /pkgs/applications/graphics/rawtherapee
parent911d1853ca990a7af6725105e7cda8c24cac025f (diff)
rawtherapee: 5.4 -> 5.5
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/rawtherapee/versions
Diffstat (limited to 'pkgs/applications/graphics/rawtherapee')
-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 52cdc0bc0676..74e8c0e6b434 100644
--- a/pkgs/applications/graphics/rawtherapee/default.nix
+++ b/pkgs/applications/graphics/rawtherapee/default.nix
@@ -4,14 +4,14 @@
}:
stdenv.mkDerivation rec {
- version = "5.4";
+ version = "5.5";
name = "rawtherapee-" + version;
src = fetchFromGitHub {
owner = "Beep6581";
repo = "RawTherapee";
rev = version;
- sha256 = "1h2x5biqsb4kfwsffqkyk8ky22qv2a0cjs1s445x9farcr3kwk99";
+ sha256 = "13clnx7rwkfa7wxgsim1xdx2pd7gwmmdad1m8a3fvywr20ml8xzk";
};
nativeBuildInputs = [ cmake pkgconfig wrapGAppsHook ];