about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2020-09-02 11:13:21 +0200
committerVladimír Čunát <v@cunat.cz>2020-09-02 11:14:38 +0200
commitc5dcb9682ebb7b586601beb65267a9241df156f8 (patch)
tree163cb64ee0b4a90fb799a4dafcdcb7ddb8e5a401 /pkgs
parentf20daaa85c3c9bb1612a611e9bb84a54f218eb1a (diff)
powerdevil: fix hash of patch
The hash added in 24ebfb1e021b belongs to pure download
before normalization done by fetchpatch.
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/desktops/plasma-5/powerdevil.nix2
1 files changed, 1 insertions, 1 deletions
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";
     })
   ];
 }