Skip to content

Commit 572361f

Browse files
markus1189rycee
authored andcommittedSep 6, 2017
rawtherapee: 5.0-r1 -> 5.2
1 parent 742b655 commit 572361f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed
 

Diff for: ‎pkgs/applications/graphics/rawtherapee/default.nix

+4-3
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
}:
44

55
stdenv.mkDerivation rec {
6-
version = "5.0-r1";
6+
version = "5.2";
77
name = "rawtherapee-" + version;
88

99
src = fetchFromGitHub {
1010
owner = "Beep6581";
1111
repo = "RawTherapee";
12-
rev = version + "-gtk3";
13-
sha256 = "06v3ir5562yg4zk9z8kc8a7sw7da88193sizjlk74gh5d3smgr4q";
12+
rev = version;
13+
sha256 = "0i3cr3335bw8yxxzn6kcdx6ccinlnxzrdbgl3ld1kym1w2n5449k";
1414
};
1515

1616
buildInputs = [
@@ -22,6 +22,7 @@ stdenv.mkDerivation rec {
2222

2323
cmakeFlags = [
2424
"-DPROC_TARGET_NUMBER=2"
25+
"-DCACHE_NAME_SUFFIX=\"\""
2526
];
2627

2728
CMAKE_CXX_FLAGS = "-std=c++11 -Wno-deprecated-declarations -Wno-unused-result";

0 commit comments

Comments
 (0)
Please sign in to comment.