From c5dcb9682ebb7b586601beb65267a9241df156f8 Mon Sep 17 00:00:00 2001 From: Vladimír Čunát Date: Wed, 2 Sep 2020 11:13:21 +0200 Subject: powerdevil: fix hash of patch The hash added in 24ebfb1e021b belongs to pure download before normalization done by fetchpatch. --- pkgs/desktops/plasma-5/powerdevil.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs') diff --git a/pkgs/desktops/plasma-5/powerdevil.nix b/pkgs/desktops/plasma-5/powerdevil.nix index e70d18621a93c..979d69a02f619 100644 --- a/pkgs/desktops/plasma-5/powerdevil.nix +++ b/pkgs/desktops/plasma-5/powerdevil.nix @@ -30,7 +30,7 @@ mkDerivation { # Reduce log message spam by setting the default log level to Warning. (fetchpatch { url = "https://invent.kde.org/plasma/powerdevil/-/commit/c7590f9065ec9547b7fabad77a548bbc0c693113.patch"; - sha256 = "0vj70mhx6qhvbh4vn9qk9ir5w4s2m76hw2lsxmh3ibgsydz4yilz"; + sha256 = "077whhi0jrb3bajx357k7n66hv7nchis8jix0nfc1zjvi9fm6pi2"; }) ]; } -- cgit 1.4.1