hyprland: 0.52.1 -> 0.52.2 (#467721)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"branch": "v0.52.1-b",
|
||||
"commit_hash": "967c3c7404d4fa00234e29c70df3e263386d2597",
|
||||
"commit_message": "version: bump to 0.52.1",
|
||||
"date": "2025-11-09",
|
||||
"tag": "v0.52.1"
|
||||
"branch": "v0.52.2-b",
|
||||
"commit_hash": "386376400119dd46a767c9f8c8791fd22c7b6e61",
|
||||
"commit_message": "[gha] Nix: update inputs",
|
||||
"date": "2025-12-03",
|
||||
"tag": "v0.52.2"
|
||||
}
|
||||
|
||||
@@ -91,14 +91,14 @@ assert assertMsg (
|
||||
|
||||
customStdenv.mkDerivation (finalAttrs: {
|
||||
pname = "hyprland" + optionalString debug "-debug";
|
||||
version = "0.52.1";
|
||||
version = "0.52.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "hyprwm";
|
||||
repo = "hyprland";
|
||||
fetchSubmodules = true;
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-Lr8kwriXtUxjYsi1sGRMIR2LZilgrxYQA1TTmbpSJ+g=";
|
||||
hash = "sha256-R2Hm7XbW8CTLEIeYCAlSQ3U5bFhn76FC17hEy/ws8EM=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
||||
Reference in New Issue
Block a user