nixpkgs: Update hyprland from v0.41.0 to v0.41.1

This commit is contained in:
Donovan Glover 2024-06-13 13:19:23 -04:00
parent 0e028019f6
commit 2470a8df50
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
2 changed files with 5 additions and 5 deletions

8
flake.lock generated
View File

@ -185,16 +185,16 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1718230896, "lastModified": 1718297587,
"narHash": "sha256-tNQPIB/JlNo7TqL764tQ8oCHvB8hVNBtkRFPq5H5hQo=", "narHash": "sha256-hQWC4wtlgaULMQvC7xjGAy5PlULdWApi8zx3iV1q0rw=",
"owner": "donovanglover", "owner": "donovanglover",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "565cf92e34d3e872cfa6c75d4f6e6686f84cd076", "rev": "b55b2a9bb5a91b82d57ee5cdb830af5aead912d0",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "donovanglover", "owner": "donovanglover",
"ref": "unstable-hyprland-v0.41.0", "ref": "unstable-hyprland-v0.41.1",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }

View File

@ -1,6 +1,6 @@
{ {
inputs = { inputs = {
nixpkgs.url = "github:donovanglover/nixpkgs/unstable-hyprland-v0.41.0"; nixpkgs.url = "github:donovanglover/nixpkgs/unstable-hyprland-v0.41.1";
home-manager = { home-manager = {
url = "github:nix-community/home-manager"; url = "github:nix-community/home-manager";