1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Merge pull request #37681 from ryantm/auto-update/rawtherapee

rawtherapee: 5.3 -> 5.4
This commit is contained in:
Jörg Thalheim 2018-03-25 11:13:49 +01:00 committed by GitHub
commit 3468d8a047
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];