about summary refs log tree commit diff
path: root/pkgs/applications/kde/angelfish.nix
diff options
context:
space:
mode:
authorK900 <me@0upti.me>2023-08-24 13:59:41 +0300
committerK900 <me@0upti.me>2023-08-24 18:37:08 +0300
commite50edcb50693ef73a2eef9adfd1614b0f9a82370 (patch)
tree8fc0a9d6661e287bb55228fc334b2cc000bbb988 /pkgs/applications/kde/angelfish.nix
parent9ab379753f6a7b781e025783ab77dabfb5706368 (diff)
kde/gear: 23.04.3 -> 23.08.0
Diffstat (limited to 'pkgs/applications/kde/angelfish.nix')
-rw-r--r--pkgs/applications/kde/angelfish.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/pkgs/applications/kde/angelfish.nix b/pkgs/applications/kde/angelfish.nix
index f5fa9f66412b0..7e187fe5c3fd4 100644
--- a/pkgs/applications/kde/angelfish.nix
+++ b/pkgs/applications/kde/angelfish.nix
@@ -4,6 +4,7 @@
 , cmake
 , corrosion
 , extra-cmake-modules
+, futuresql
 , kconfig
 , kcoreaddons
 , kdbusaddons
@@ -13,6 +14,7 @@
 , knotifications
 , kpurpose
 , kwindowsystem
+, qcoro
 , qtfeedback
 , qtquickcontrols2
 , qqc2-desktop-style
@@ -22,7 +24,7 @@
 , srcs
 
 # provided as callPackage input to enable easier overrides through overlays
-, cargoSha256 ? "sha256-Wthw7foadXO6jYJO1TB4OOYtpwnp8iCdda4tdiYg41A="
+, cargoSha256 ? "sha256-FI94TU3MgIl1tcjwJnzb2PKO1rbZ3uRB1mzXXkNU95I="
 }:
 
 mkDerivation rec {
@@ -45,6 +47,7 @@ mkDerivation rec {
   ];
 
   buildInputs = [
+    futuresql
     kconfig
     kcoreaddons
     kdbusaddons
@@ -54,6 +57,7 @@ mkDerivation rec {
     knotifications
     kpurpose
     kwindowsystem
+    qcoro
     qtfeedback
     qtquickcontrols2
     qqc2-desktop-style