Update flake
This commit is contained in:
parent
117cd71f52
commit
174c49388c
2 changed files with 12 additions and 12 deletions
14
flake.lock
generated
14
flake.lock
generated
|
|
@ -20,11 +20,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1709703039,
|
"lastModified": 1709961763,
|
||||||
"narHash": "sha256-6hqgQ8OK6gsMu1VtcGKBxKQInRLHtzulDo9Z5jxHEFY=",
|
"narHash": "sha256-6H95HGJHhEZtyYA3rIQpvamMKAGoa8Yh2rFV29QnuGw=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "9df3e30ce24fd28c7b3e2de0d986769db5d6225d",
|
"rev": "3030f185ba6a4bf4f18b87f345f104e6a6961f34",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
@ -80,11 +80,11 @@
|
||||||
"wallpaper-engine-plasma6-plugin": {
|
"wallpaper-engine-plasma6-plugin": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1709859681,
|
"lastModified": 1710039985,
|
||||||
"narHash": "sha256-umQ1R+XenuNze2xdFGauQZ/an6Q0zN/BG/8TDQsV0jM=",
|
"narHash": "sha256-B1VWb869DQwfrzwf5wJFU+Qripehwp+HjwpPcygCo7A=",
|
||||||
"ref": "qt6",
|
"ref": "qt6",
|
||||||
"rev": "8a111b99405bd092974cd9bac654a83d4c3e86c2",
|
"rev": "d84609af926abf4cbb731ecddfa55c36f8a4b195",
|
||||||
"revCount": 590,
|
"revCount": 601,
|
||||||
"submodules": true,
|
"submodules": true,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/catsout/wallpaper-engine-kde-plugin"
|
"url": "https://github.com/catsout/wallpaper-engine-kde-plugin"
|
||||||
|
|
|
||||||
|
|
@ -38,9 +38,9 @@ pkgs.kdePackages.callPackage
|
||||||
version = "latest";
|
version = "latest";
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
python-ws = pkgs.python3.withPackages (ps: with ps; [
|
python-ws = pkgs.python3.withPackages (ps: with ps; [
|
||||||
websockets
|
websockets
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue