hyprland: 0.55.1 -> 0.55.2 (#521045)

This commit is contained in:
Masum Reza
2026-05-18 14:54:18 +00:00
committed by GitHub
2 changed files with 7 additions and 7 deletions
+5 -5
View File
@@ -1,7 +1,7 @@
{
"branch": "v0.55.1-b",
"commit_hash": "a47147bc095e5b3be3eb8bd04f0ac242b968cd4d",
"commit_message": "[gha] Nix: update inputs",
"date": "2026-05-13",
"tag": "v0.55.1"
"branch": "v0.55.2-b",
"commit_hash": "39d7e209c79d451efab1b21151d5938289da838d",
"commit_message": "version: bump to 0.55.2",
"date": "2026-05-16",
"tag": "v0.55.2"
}
+2 -2
View File
@@ -83,14 +83,14 @@ let
in
customStdenv.mkDerivation (finalAttrs: {
pname = "hyprland" + optionalString debug "-debug";
version = "0.55.1";
version = "0.55.2";
src = fetchFromGitHub {
owner = "hyprwm";
repo = "hyprland";
fetchSubmodules = true;
tag = "v${finalAttrs.version}";
hash = "sha256-tjoO+3kzYCAJKJCzmh7R4Hzz7zBQKYoCrSSHMeKXxsA=";
hash = "sha256-RuXKYFqd+yr9ppkbRzq07Jt0IgiNa8nCpyfoBElpSDY=";
};
postPatch = ''