hyprland: 0.55.3 -> 0.55.4

This commit is contained in:
André Silva
2026-06-11 20:25:04 +01:00
parent cb66de93b3
commit 6a5f30d233
2 changed files with 6 additions and 6 deletions
+4 -4
View File
@@ -1,7 +1,7 @@
{
"branch": "v0.55.3-b",
"commit_hash": "fe5fe79a29ac3adaf3e75560b2f4b7a6d58b31c9",
"branch": "v0.55.4-b",
"commit_hash": "a0136d8c04687bb36eb8a28eb9d1ff92aea99704",
"commit_message": "[gha] Nix: update inputs",
"date": "2026-06-07",
"tag": "v0.55.3"
"date": "2026-06-11",
"tag": "v0.55.4"
}
+2 -2
View File
@@ -83,14 +83,14 @@ let
in
customStdenv.mkDerivation (finalAttrs: {
pname = "hyprland" + optionalString debug "-debug";
version = "0.55.3";
version = "0.55.4";
src = fetchFromGitHub {
owner = "hyprwm";
repo = "hyprland";
fetchSubmodules = true;
tag = "v${finalAttrs.version}";
hash = "sha256-g3kzroSoipkMXv5wJWVYQDL+gI1qRJ7UhOrUzyTk9Zs=";
hash = "sha256-IuT0HnOr/0rAw+GXr+OwWx89FjA4Og1FqP7vywEwRJM=";
};
postPatch = ''