hyprland: 0.47.1 -> 0.47.2 (#378712)
This commit is contained in:
parent
4694fa695c
commit
c1f95f1841
@ -1,7 +1,7 @@
|
||||
{
|
||||
"branch": "v0.47.1-b",
|
||||
"commit_hash": "75dff7205f6d2bd437abfb4196f700abee92581a",
|
||||
"commit_message": "version: bump to 0.47.1",
|
||||
"date": "2025-01-29",
|
||||
"tag": "v0.47.1"
|
||||
"branch": "v0.47.2-b",
|
||||
"commit_hash": "882f7ad7d2bbfc7440d0ccaef93b1cdd78e8e3ff",
|
||||
"commit_message": "version: bump to 0.47.2",
|
||||
"date": "2025-02-02",
|
||||
"tag": "v0.47.2"
|
||||
}
|
||||
|
@ -86,14 +86,14 @@ assert assertMsg (!hidpiXWayland)
|
||||
|
||||
customStdenv.mkDerivation (finalAttrs: {
|
||||
pname = "hyprland" + optionalString debug "-debug";
|
||||
version = "0.47.1";
|
||||
version = "0.47.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "hyprwm";
|
||||
repo = "hyprland";
|
||||
fetchSubmodules = true;
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-374Ul6LCnuDdZ7o1xl2lDxTfmwt46K6csf6eniqFRYA=";
|
||||
hash = "sha256-dSKR1VpjpdJVZ5dmLgIvAu3K+DYrSbohZkqxSQhjw8U=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
Loading…
x
Reference in New Issue
Block a user