aboutsummaryrefslogtreecommitdiff
path: root/pkgs/applications/graphics/rawtherapee
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-03-22 20:49:27 -0700
committerRyan Mulligan <ryan@ryantm.com>2018-03-22 20:49:27 -0700
commit4f2d047c483d7dde5dd50a661c7d520e4f5ee8fe (patch)
tree40732b43047ab8ccbe9e2eda3a65785db60cdc96 /pkgs/applications/graphics/rawtherapee
parent40aabe9d483001762bd1a28d494df1d1f871c642 (diff)
rawtherapee: 5.3 -> 5.4
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done: - built on NixOS - Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.) - found 5.4 with grep in /nix/store/p24xccx2wm6dls7g36pzdl1m1r3p1x5l-rawtherapee-5.4 - directory tree listing: https://gist.github.com/ea61efad6dd7afad2c60614dd433534d
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 9964bec67814..eb97a2b9b3b6 100644
--- a/pkgs/applications/graphics/rawtherapee/default.nix
+++ b/pkgs/applications/graphics/rawtherapee/default.nix
@@ -4,14 +4,14 @@
}:
stdenv.mkDerivation rec {
- version = "5.3";
+ version = "5.4";
name = "rawtherapee-" + version;
src = fetchFromGitHub {
owner = "Beep6581";
repo = "RawTherapee";
rev = version;
- sha256 = "1r6sx9zl1wkykgfx6k26268xadair6hzl15v5hmiri9sdhrn33q7";
+ sha256 = "1h2x5biqsb4kfwsffqkyk8ky22qv2a0cjs1s445x9farcr3kwk99";
};
nativeBuildInputs = [ cmake pkgconfig wrapGAppsHook ];