Merge pull request #107708 from mayjs/darktable-3.4.0

darktable: 3.2.1 -> 3.4.0
This commit is contained in:
Sandro 2020-12-28 01:14:25 +01:00 committed by GitHub
commit dc2d426a40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,12 +7,12 @@
}:
stdenv.mkDerivation rec {
version = "3.2.1";
version = "3.4.0";
pname = "darktable";
src = fetchurl {
url = "https://github.com/darktable-org/darktable/releases/download/release-${version}/darktable-${version}.tar.xz";
sha256 = "035rvqmw386hm0jpi14lf4dnpr5rjkalzjkyprqh42nwi3m86dkf";
sha256 = "6dd3de1f5ea9f94af92838c0be5ff30fdaa599aa1d737dcb562f9e0b2b2dbdda";
};
nativeBuildInputs = [ cmake ninja llvm pkgconfig intltool perl desktop-file-utils wrapGAppsHook ];