mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-18 22:55:52 +05:30
Fixes pyprland version
This commit is contained in:
parent
fc5fe08f87
commit
898e4b6b5f
|
@ -418,8 +418,8 @@ in
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "hyprland-community";
|
owner = "hyprland-community";
|
||||||
repo = "pyprland";
|
repo = "pyprland";
|
||||||
rev = "refs/tags/2.2.17";
|
rev = "refs/tags/2.3.8";
|
||||||
hash = "sha256-S1bIIazrBWyjF8tOcIk0AwwWq9gbpTKNsjr9iYA5lKk=";
|
hash = "sha256-0YUI2/gJmBoummiHGpq2p2sT25SwCdnsRwfGK2pcm4s=";
|
||||||
};
|
};
|
||||||
}))
|
}))
|
||||||
(hyprnome.override (oldAttrs: {
|
(hyprnome.override (oldAttrs: {
|
||||||
|
|
Loading…
Reference in a new issue