chore(flake): replace hash by tag for hyprland input
This commit is contained in:
parent
88908aa0e3
commit
802ede5d71
3 changed files with 5 additions and 4 deletions
3
flake.lock
generated
3
flake.lock
generated
|
@ -186,6 +186,7 @@
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1719317162,
|
"lastModified": 1719317162,
|
||||||
"narHash": "sha256-JmfnYz+9a4TjNl3mAus1VpoWtTI9d1xkW9MHbkcV0Po=",
|
"narHash": "sha256-JmfnYz+9a4TjNl3mAus1VpoWtTI9d1xkW9MHbkcV0Po=",
|
||||||
|
"ref": "refs/tags/v0.41.2",
|
||||||
"rev": "918d8340afd652b011b937d29d5eea0be08467f5",
|
"rev": "918d8340afd652b011b937d29d5eea0be08467f5",
|
||||||
"revCount": 4886,
|
"revCount": 4886,
|
||||||
"submodules": true,
|
"submodules": true,
|
||||||
|
@ -193,7 +194,7 @@
|
||||||
"url": "https://github.com/hyprwm/Hyprland"
|
"url": "https://github.com/hyprwm/Hyprland"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"rev": "918d8340afd652b011b937d29d5eea0be08467f5",
|
"ref": "refs/tags/v0.41.2",
|
||||||
"submodules": true,
|
"submodules": true,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/hyprwm/Hyprland"
|
"url": "https://github.com/hyprwm/Hyprland"
|
||||||
|
|
|
@ -34,7 +34,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
hyprland = {
|
hyprland = {
|
||||||
url = "git+https://github.com/hyprwm/Hyprland?submodules=1&rev=918d8340afd652b011b937d29d5eea0be08467f5";
|
url = "git+https://github.com/hyprwm/Hyprland?submodules=1&ref=refs/tags/v0.41.2";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -31,9 +31,9 @@
|
||||||
|
|
||||||
nysh = inputs'.nysh.packages.nysh;
|
nysh = inputs'.nysh.packages.nysh;
|
||||||
|
|
||||||
hyprland = inputs'.hyprland.packages.hyprland;
|
#hyprland = inputs'.hyprland.packages.hyprland;
|
||||||
|
|
||||||
xdg-desktop-portal-hyprland = inputs'.hyprland.packages.xdg-desktop-portal-hyprland;
|
#xdg-desktop-portal-hyprland = inputs'.hyprland.packages.xdg-desktop-portal-hyprland;
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue