hyprland: 0.56.1 -> 0.56.2 (#550896)

This commit is contained in:
André Silva
2026-08-09 21:39:07 +00:00
committed by GitHub
2 changed files with 7 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
{
"branch": "v0.56.1-b",
"commit_hash": "5c9377c15f85c50648f35ca5a213754f95b93ca0",
"commit_message": "version: bump to 0.56.1",
"date": "2026-07-27",
"tag": "v0.56.1"
"branch": "v0.56.2-b",
"commit_hash": "efb50993780079460b0cbed1363e2166a2de1d9f",
"commit_message": "[gha] Nix: update inputs",
"date": "2026-08-05",
"tag": "v0.56.2"
}

View File

@@ -85,14 +85,14 @@ let
in
customStdenv.mkDerivation (finalAttrs: {
pname = "hyprland" + optionalString debug "-debug";
version = "0.56.1";
version = "0.56.2";
src = fetchFromGitHub {
owner = "hyprwm";
repo = "hyprland";
fetchSubmodules = true;
tag = "v${finalAttrs.version}";
hash = "sha256-u3DU6wmJ2PZk8kAOnx64MTlVxp/hZH+oUtXouj1E3+0=";
hash = "sha256-jOcfiv+Zs2iz5oTIQcJXZ0+5MfqW0oLgGxD0cKdmXpE=";
};
postPatch = ''