Merge pull request #241545 from freyacodes/darktable-4.4.1
Darktable: 4.4.0 -> 4.4.1
This commit is contained in:
commit
bb5355eb44
2 changed files with 9 additions and 3 deletions
|
@ -5630,6 +5630,12 @@
|
|||
githubId = 609279;
|
||||
name = "Isaac Shapira";
|
||||
};
|
||||
freyacodes = {
|
||||
email = "freya@arbjerg.dev";
|
||||
github = "freyacodes";
|
||||
githubId = 2582617;
|
||||
name = "Freya Arbjerg";
|
||||
};
|
||||
fricklerhandwerk = {
|
||||
email = "valentin@fricklerhandwerk.de";
|
||||
github = "fricklerhandwerk";
|
||||
|
|
|
@ -58,12 +58,12 @@
|
|||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "4.4.0";
|
||||
version = "4.4.1";
|
||||
pname = "darktable";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/darktable-org/darktable/releases/download/release-${version}/darktable-${version}.tar.xz";
|
||||
sha256 = "8887fc34abd97c4998b0888c3197e0c509d63bdeab2238906915319811f3b080";
|
||||
sha256 = "e043d38d2e8adb67af7690b12b535a40e8ec7bea05cfa8684db8b21a626e0f0d";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ cmake ninja llvm_13 pkg-config intltool perl desktop-file-utils wrapGAppsHook ];
|
||||
|
@ -147,6 +147,6 @@ stdenv.mkDerivation rec {
|
|||
homepage = "https://www.darktable.org";
|
||||
license = licenses.gpl3Plus;
|
||||
platforms = platforms.linux ++ platforms.darwin;
|
||||
maintainers = with maintainers; [ goibhniu flosse mrVanDalo paperdigits ];
|
||||
maintainers = with maintainers; [ goibhniu flosse mrVanDalo paperdigits freyacodes ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue