fix(hypr): pin commit to have fade out anims
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-07-28 01:06:50 -04:00
parent 8ebc6de43e
commit d823b36559
3 changed files with 11 additions and 5 deletions

View file

@ -682,16 +682,17 @@
"xdph": "xdph" "xdph": "xdph"
}, },
"locked": { "locked": {
"lastModified": 1722112981, "lastModified": 1721905853,
"narHash": "sha256-0tpOoFxpyYwoo9craExTcxx1yroUuSjHTP2+8toM7Qw=", "narHash": "sha256-XeDy+Tk54tpARGbGeIgdOhbAikm3CfAX0K6cwBRoNvo=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "bc86afea7e177a7ad4335737417fc0e468698dc4", "rev": "cd942ad12d9d2030963e3dd5fbfe2d181013c750",
"revCount": 5002, "revCount": 4982,
"submodules": true, "submodules": true,
"type": "git", "type": "git",
"url": "https://github.com/hyprwm/Hyprland" "url": "https://github.com/hyprwm/Hyprland"
}, },
"original": { "original": {
"rev": "cd942ad12d9d2030963e3dd5fbfe2d181013c750",
"submodules": true, "submodules": true,
"type": "git", "type": "git",
"url": "https://github.com/hyprwm/Hyprland" "url": "https://github.com/hyprwm/Hyprland"

View file

@ -1,4 +1,5 @@
# Do not modify! This file is generated. # Do not modify! This file is generated.
{ {
inputs = { inputs = {
Hyprspace = { Hyprspace = {
@ -112,6 +113,7 @@
}; };
hyprland = { hyprland = {
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
rev = "cd942ad12d9d2030963e3dd5fbfe2d181013c750";
submodules = true; submodules = true;
type = "git"; type = "git";
url = "https://github.com/hyprwm/Hyprland"; url = "https://github.com/hyprwm/Hyprland";

View file

@ -116,6 +116,9 @@ let
type = "git"; type = "git";
url = "https://github.com/hyprwm/Hyprland"; url = "https://github.com/hyprwm/Hyprland";
submodules = true; submodules = true;
# FIXME: layers don't fade out on latest
rev = "cd942ad12d9d2030963e3dd5fbfe2d181013c750";
}; };
hyprland-plugins = mkHyprDep { hyprland-plugins = mkHyprDep {