Merge pull request #229142 from freyacodes/darktable

Darktable: 4.2.0 -> 4.2.1
This commit is contained in:
Nick Cao 2023-05-23 02:48:20 -06:00 committed by GitHub
commit 8bf5fb4770
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -58,12 +58,12 @@
}:
stdenv.mkDerivation rec {
version = "4.2.0";
version = "4.2.1";
pname = "darktable";
src = fetchurl {
url = "https://github.com/darktable-org/darktable/releases/download/release-${version}/darktable-${version}.tar.xz";
sha256 = "18b0917fdfe9b09f66c279a681cc3bd52894a566852bbf04b2e179ecfdb11af9";
sha256 = "603a39c6074291a601f7feb16ebb453fd0c5b02a6f5d3c7ab6db612eadc97bac";
};
nativeBuildInputs = [ cmake ninja llvm_13 pkg-config intltool perl desktop-file-utils wrapGAppsHook ];