Lin Xianyi
2026-06-08 09:02:33 +08:00
parent a3a21e784b
commit 94fe78dfcc
2 changed files with 7 additions and 7 deletions
+5 -5
View File
@@ -1,7 +1,7 @@
{
"branch": "v0.55.2-b",
"commit_hash": "39d7e209c79d451efab1b21151d5938289da838d",
"commit_message": "version: bump to 0.55.2",
"date": "2026-05-16",
"tag": "v0.55.2"
"branch": "v0.55.3-b",
"commit_hash": "fe5fe79a29ac3adaf3e75560b2f4b7a6d58b31c9",
"commit_message": "[gha] Nix: update inputs",
"date": "2026-06-07",
"tag": "v0.55.3"
}
+2 -2
View File
@@ -83,14 +83,14 @@ let
in
customStdenv.mkDerivation (finalAttrs: {
pname = "hyprland" + optionalString debug "-debug";
version = "0.55.2";
version = "0.55.3";
src = fetchFromGitHub {
owner = "hyprwm";
repo = "hyprland";
fetchSubmodules = true;
tag = "v${finalAttrs.version}";
hash = "sha256-RuXKYFqd+yr9ppkbRzq07Jt0IgiNa8nCpyfoBElpSDY=";
hash = "sha256-g3kzroSoipkMXv5wJWVYQDL+gI1qRJ7UhOrUzyTk9Zs=";
};
postPatch = ''