From 3b95dbebbd1ee37ee8d65959d247a7a4c32ed17c Mon Sep 17 00:00:00 2001 From: macronova Date: Sun, 10 Mar 2024 13:23:35 -0700 Subject: [PATCH] Update flake --- flake.lock | 8 ++++---- packages/wallpaper-engine-plasma6-plugin.nix | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/flake.lock b/flake.lock index 3e76265..3b4aa4a 100644 --- a/flake.lock +++ b/flake.lock @@ -80,11 +80,11 @@ "wallpaper-engine-plasma6-plugin": { "flake": false, "locked": { - "lastModified": 1709859681, - "narHash": "sha256-umQ1R+XenuNze2xdFGauQZ/an6Q0zN/BG/8TDQsV0jM=", + "lastModified": 1709890547, + "narHash": "sha256-MNBxxZJq26QSgBPcLwjNci1yVpCS/NgkwgS0bylWK2k=", "ref": "qt6", - "rev": "8a111b99405bd092974cd9bac654a83d4c3e86c2", - "revCount": 590, + "rev": "4a235cbf4f05054a6e1225e7120c75d83e6d001d", + "revCount": 594, "submodules": true, "type": "git", "url": "https://github.com/catsout/wallpaper-engine-kde-plugin" diff --git a/packages/wallpaper-engine-plasma6-plugin.nix b/packages/wallpaper-engine-plasma6-plugin.nix index 029b084..8336fb6 100644 --- a/packages/wallpaper-engine-plasma6-plugin.nix +++ b/packages/wallpaper-engine-plasma6-plugin.nix @@ -38,9 +38,9 @@ pkgs.kdePackages.callPackage version = "latest"; } ) - { - python-ws = pkgs.python3.withPackages (ps: with ps; [ - websockets - ]); - } +{ + python-ws = pkgs.python3.withPackages (ps: with ps; [ + websockets + ]); +}