about summary refs log tree commit diff
path: root/nixpkgs/pkgs/applications/plasma-mobile/angelfish.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/applications/plasma-mobile/angelfish.nix')
-rw-r--r--nixpkgs/pkgs/applications/plasma-mobile/angelfish.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/nixpkgs/pkgs/applications/plasma-mobile/angelfish.nix b/nixpkgs/pkgs/applications/plasma-mobile/angelfish.nix
index 99df3f55c1d5..35f7b60a45a9 100644
--- a/nixpkgs/pkgs/applications/plasma-mobile/angelfish.nix
+++ b/nixpkgs/pkgs/applications/plasma-mobile/angelfish.nix
@@ -4,6 +4,7 @@
 , cmake
 , corrosion
 , extra-cmake-modules
+, gcc11
 , kconfig
 , kcoreaddons
 , kdbusaddons
@@ -19,8 +20,8 @@
 , srcs
 
 # These must be updated in tandem with package updates.
-, cargoShaForVersion ? "21.08"
-, cargoSha256 ? "1pbvw9hdzn3i97mahdy9y6jnjsmwmjs3lxfz7q6r9r10i8swbkak"
+, cargoShaForVersion ? "22.06"
+, cargoSha256 ? "ckxShWgqGaApYoGQdrRQKCKOsbwUH5QP82x3BNM4Jx8="
 }:
 
 # Guard against incomplete updates.
@@ -45,6 +46,7 @@ mkDerivation rec {
     cmake
     corrosion
     extra-cmake-modules
+    gcc11 # doesn't build with GCC 9 from stdenv on aarch64
   ] ++ (with rustPlatform; [
     cargoSetupHook
     rust.cargo