hyprland: 0.47.1 -> 0.47.2 (#378712)

This commit is contained in:
Gliczy 2025-02-02 06:30:45 +01:00 committed by GitHub
parent 4694fa695c
commit c1f95f1841
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 7 deletions

View File

@ -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"
}

View File

@ -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 = ''