3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #237482 from 1000teslas/digikam

digikam: 7.10.0 -> 8.0.0
This commit is contained in:
Pol Dellaiera 2023-06-14 22:40:37 +02:00 committed by GitHub
commit 9f9f5dde5c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,6 +7,7 @@
, qtxmlpatterns
, qtsvg
, qtwebengine
, qtnetworkauth
, akonadi-contacts
, kcalendarcore
@ -59,11 +60,11 @@
mkDerivation rec {
pname = "digikam";
version = "7.10.0";
version = "8.0.0";
src = fetchurl {
url = "mirror://kde/stable/${pname}/${version}/digiKam-${version}.tar.xz";
sha256 = "sha256-o/MPAbfRttWFgivNXr+N9p4P8CRWOnJGLr+AadvaIuE=";
hash = "sha256-ECxxK2IJ/irId8mx0BnaytrxFa35FVcNJoFgZtFR6Ec=";
};
nativeBuildInputs = [
@ -104,6 +105,7 @@ mkDerivation rec {
qtxmlpatterns
qtsvg
qtwebengine
qtnetworkauth
akonadi-contacts
kcalendarcore