From 174c49388c0af767421e1c962f627024b2e23f2b Mon Sep 17 00:00:00 2001 From: macronova Date: Sun, 10 Mar 2024 13:23:35 -0700 Subject: [PATCH] Update flake --- flake.lock | 14 +++++++------- packages/wallpaper-engine-plasma6-plugin.nix | 10 +++++----- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/flake.lock b/flake.lock index 3e76265..9635010 100644 --- a/flake.lock +++ b/flake.lock @@ -20,11 +20,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1709703039, - "narHash": "sha256-6hqgQ8OK6gsMu1VtcGKBxKQInRLHtzulDo9Z5jxHEFY=", + "lastModified": 1709961763, + "narHash": "sha256-6H95HGJHhEZtyYA3rIQpvamMKAGoa8Yh2rFV29QnuGw=", "owner": "nixos", "repo": "nixpkgs", - "rev": "9df3e30ce24fd28c7b3e2de0d986769db5d6225d", + "rev": "3030f185ba6a4bf4f18b87f345f104e6a6961f34", "type": "github" }, "original": { @@ -80,11 +80,11 @@ "wallpaper-engine-plasma6-plugin": { "flake": false, "locked": { - "lastModified": 1709859681, - "narHash": "sha256-umQ1R+XenuNze2xdFGauQZ/an6Q0zN/BG/8TDQsV0jM=", + "lastModified": 1710039985, + "narHash": "sha256-B1VWb869DQwfrzwf5wJFU+Qripehwp+HjwpPcygCo7A=", "ref": "qt6", - "rev": "8a111b99405bd092974cd9bac654a83d4c3e86c2", - "revCount": 590, + "rev": "d84609af926abf4cbb731ecddfa55c36f8a4b195", + "revCount": 601, "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 + ]); +}