hyprland: 0.54.2 -> 0.54.3 (#504639)

This commit is contained in:
Donovan Glover
2026-03-29 12:16:49 +00:00
committed by GitHub
2 changed files with 7 additions and 7 deletions
+5 -5
View File
@@ -1,7 +1,7 @@
{
"branch": "v0.54.2-b",
"commit_hash": "59f9f2688ac508a0584d1462151195a6c4992f99",
"commit_message": "version: bump to 0.54.2",
"date": "2026-03-10",
"tag": "v0.54.2"
"branch": "v0.54.3-b",
"commit_hash": "521ece463c4a9d3d128670688a34756805a4328f",
"commit_message": "version: bump to 0.54.3",
"date": "2026-03-27",
"tag": "v0.54.3"
}
+2 -2
View File
@@ -80,14 +80,14 @@ let
in
customStdenv.mkDerivation (finalAttrs: {
pname = "hyprland" + optionalString debug "-debug";
version = "0.54.2";
version = "0.54.3";
src = fetchFromGitHub {
owner = "hyprwm";
repo = "hyprland";
fetchSubmodules = true;
tag = "v${finalAttrs.version}";
hash = "sha256-YF31zdrg7ctjD2CR+8rzKNsR0luYgoq8lhRkzd6myL8=";
hash = "sha256-e+mVjQL3V+xoaH1c3YqAzRq9wwiuEYQTOgZlK0LwfYA=";
};
postPatch = ''