Merge pull request #95240 from lsix/darktable-3.2.1

darktable: 3.0.2 -> 3.2.1
This commit is contained in:
Daniël de Kok 2020-08-12 10:27:25 +02:00 committed by GitHub
commit 66dd4f3829
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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