hyprland: 0.53.1 -> 0.53.2
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"branch": "v0.53.1-b",
|
||||
"commit_hash": "ab1d80f3d6aebd57a0971b53a1993b1c1dfe0b09",
|
||||
"commit_message": "version: bump to 0.53.1",
|
||||
"date": "2026-01-02",
|
||||
"tag": "v0.53.1"
|
||||
"branch": "v0.53.2-b",
|
||||
"commit_hash": "39f3feddbee4a66be9608ed1eb7e73878d596b50",
|
||||
"commit_message": "[gha] Nix: update inputs",
|
||||
"date": "2026-01-23",
|
||||
"tag": "v0.53.2"
|
||||
}
|
||||
|
||||
@@ -91,14 +91,14 @@ assert assertMsg (
|
||||
|
||||
customStdenv.mkDerivation (finalAttrs: {
|
||||
pname = "hyprland" + optionalString debug "-debug";
|
||||
version = "0.53.1";
|
||||
version = "0.53.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "hyprwm";
|
||||
repo = "hyprland";
|
||||
fetchSubmodules = true;
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-hzhaKo5Cx/hr0QWXnpbF59TzF1GwVPCdT70Zbcxgyg4=";
|
||||
hash = "sha256-aDecEI6KQ4FIvD4CRST6HTikXe0aYXeopB1HnV1tQJM=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
||||
Reference in New Issue
Block a user