darktable: 3.0.2 -> 3.2.1

Release information: https://www.darktable.org/2020/08/darktable-3-2/
gstqt5
Lancelot SIX 2020-08-12 07:45:59 +01:00
parent 072501ebfa
commit 76de83ab87
No known key found for this signature in database
GPG Key ID: 02E1542BA66FB047
1 changed files with 2 additions and 2 deletions

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