hy3: update flake.lock and adjust commit hash

This commit is contained in:
Christoph Hollizeck 2025-05-06 23:17:13 +02:00
parent 35c5e34bea
commit 0edbd1152a
Signed by: Daholli
GPG key ID: 249300664F2AF2C7
2 changed files with 5 additions and 5 deletions

8
flake.lock generated
View file

@ -577,17 +577,17 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1746462926, "lastModified": 1746522256,
"narHash": "sha256-qecgKwowsbJuV1H5gzSShuymf9nteuk+As6/mMxA4mk=", "narHash": "sha256-NRaB2q1QoT8fu9oMl7rS/X3KHW9hzC+rAqB2XDZhKJI=",
"owner": "Daholli", "owner": "Daholli",
"repo": "hy3", "repo": "hy3",
"rev": "fb2832c2d376332e612cd36a3273e793ecd6b62e", "rev": "a9caea020e457b4c5868913eea391beffd5fc22c",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "Daholli", "owner": "Daholli",
"repo": "hy3", "repo": "hy3",
"rev": "fb2832c2d376332e612cd36a3273e793ecd6b62e", "rev": "a9caea020e457b4c5868913eea391beffd5fc22c",
"type": "github" "type": "github"
} }
}, },

View file

@ -40,7 +40,7 @@
hy3 = { hy3 = {
# url = "github:outfoxxed/hy3"; # url = "github:outfoxxed/hy3";
url = "github:Daholli/hy3/fb2832c2d376332e612cd36a3273e793ecd6b62e"; url = "github:Daholli/hy3/a9caea020e457b4c5868913eea391beffd5fc22c";
inputs.hyprland.follows = "hyprland"; inputs.hyprland.follows = "hyprland";
}; };