Merge pull request #41718 from r-ryantm/auto-update/darktable

darktable: 2.4.3 -> 2.4.4
This commit is contained in:
Matthew Justin Bauer 2018-06-09 20:39:53 -04:00 committed by GitHub
commit 568b1c514e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,12 +6,12 @@
}:
stdenv.mkDerivation rec {
version = "2.4.3";
version = "2.4.4";
name = "darktable-${version}";
src = fetchurl {
url = "https://github.com/darktable-org/darktable/releases/download/release-${version}/darktable-${version}.tar.xz";
sha256 = "1lq3xp7hhfhfwqrz0f2mrp3xywnpvb0nlw6lbm5cgx22s5xzri8x";
sha256 = "0kdhmiw4wxk2w9v2hms9yk8nl4ymdshnqyj0l07nivzzr6w20hwn";
};
nativeBuildInputs = [ cmake ninja llvm pkgconfig intltool perl desktop-file-utils wrapGAppsHook ];