hyprland: 0.53.1 -> 0.53.2

This commit is contained in:
André Silva
2026-01-23 16:35:34 +00:00
parent 12689597ba
commit 6c3797396f
2 changed files with 7 additions and 7 deletions
+5 -5
View File
@@ -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"
}
+2 -2
View File
@@ -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 = ''