Merge pull request #39553 from r-ryantm/auto-update/darktable

darktable: 2.4.2 -> 2.4.3
This commit is contained in:
Jörg Thalheim 2018-04-27 09:00:00 +01:00 committed by GitHub
commit cbc6560122
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,12 +6,12 @@
}:
stdenv.mkDerivation rec {
version = "2.4.2";
version = "2.4.3";
name = "darktable-${version}";
src = fetchurl {
url = "https://github.com/darktable-org/darktable/releases/download/release-${version}/darktable-${version}.tar.xz";
sha256 = "10asz918kv2248px3w9bn5k8cfrad5xrci58x9y61l0yf5hcpk0r";
sha256 = "1lq3xp7hhfhfwqrz0f2mrp3xywnpvb0nlw6lbm5cgx22s5xzri8x";
};
nativeBuildInputs = [ cmake ninja llvm pkgconfig intltool perl desktop-file-utils wrapGAppsHook ];