hyprland: 0.53.2 -> 0.53.3

This commit is contained in:
André Silva
2026-01-26 00:03:21 +00:00
parent da1b0d064d
commit 4f147774ca
2 changed files with 7 additions and 7 deletions
+5 -5
View File
@@ -1,7 +1,7 @@
{
"branch": "v0.53.2-b",
"commit_hash": "39f3feddbee4a66be9608ed1eb7e73878d596b50",
"commit_message": "[gha] Nix: update inputs",
"date": "2026-01-23",
"tag": "v0.53.2"
"branch": "v0.53.3-b",
"commit_hash": "dd220efe7b1e292415bd0ea7161f63df9c95bfd3",
"commit_message": "version: bump to 0.53.3",
"date": "2026-01-24",
"tag": "v0.53.3"
}
+2 -2
View File
@@ -91,14 +91,14 @@ assert assertMsg (
customStdenv.mkDerivation (finalAttrs: {
pname = "hyprland" + optionalString debug "-debug";
version = "0.53.2";
version = "0.53.3";
src = fetchFromGitHub {
owner = "hyprwm";
repo = "hyprland";
fetchSubmodules = true;
tag = "v${finalAttrs.version}";
hash = "sha256-aDecEI6KQ4FIvD4CRST6HTikXe0aYXeopB1HnV1tQJM=";
hash = "sha256-as2crdrJUVOawO8XkWJEZBUNaFdPS8QuQiccTkM1la0=";
};
postPatch = ''