From 60c3435ab9241dad3124a80ba8c8888ec8712b93 Mon Sep 17 00:00:00 2001 From: K900 Date: Sun, 23 Apr 2023 19:20:12 +0300 Subject: [PATCH] angelfish: fix build Fixes #227824. Sorry! --- pkgs/applications/kde/angelfish.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/kde/angelfish.nix b/pkgs/applications/kde/angelfish.nix index 6de8e703bd70..45cfcad67d8e 100644 --- a/pkgs/applications/kde/angelfish.nix +++ b/pkgs/applications/kde/angelfish.nix @@ -20,8 +20,8 @@ , srcs # These must be updated in tandem with package updates. -, cargoShaForVersion ? "23.03.80" -, cargoSha256 ? "sha256-nXWQNXVlPWRQdDPXR5NsHJR6kaLxV7UxPC0OIubH/4c=" +, cargoShaForVersion ? "23.04.0" +, cargoSha256 ? "sha256-96Qe8zdLZdOrU/t6J+JJ6V0PXyFOnJF18qDrk4PZGsA=" }: # Guard against incomplete updates.