3
0
Fork 0
forked from mirrors/nixpkgs

darktable: 3.8.1 -> 4.0.0 (#180012)

This commit is contained in:
Leiser Fernández Gallo 2022-07-03 21:19:42 +02:00 committed by GitHub
parent f98d18ab6a
commit 468d2bdcf1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -57,12 +57,12 @@
}:
stdenv.mkDerivation rec {
version = "3.8.1";
version = "4.0.0";
pname = "darktable";
src = fetchurl {
url = "https://github.com/darktable-org/darktable/releases/download/release-${version}/darktable-${version}.tar.xz";
sha256 = "1xmyn9haagizh8qqg91bm1lx3dq1v8failxj943mipnvaj80dvl1";
sha256 = "0bfcag6bj5vcmg4z4xjirs43iafcx89al6jl41i5mrhpjzszh5hl";
};
nativeBuildInputs = [ cmake ninja llvm_13 pkg-config intltool perl desktop-file-utils wrapGAppsHook ];