hyprland: 0.54.0 -> 0.54.1 (#496364)

This commit is contained in:
Masum Reza
2026-03-04 08:52:07 +00:00
committed by GitHub
2 changed files with 7 additions and 9 deletions
+5 -5
View File
@@ -1,7 +1,7 @@
{
"branch": "main",
"commit_hash": "0002f148c9a4fe421a9d33c0faa5528cdc411e62",
"commit_message": "version: bump to 0.54.0",
"date": "2026-02-27",
"tag": "v0.54.0"
"branch": "v0.54.1-b",
"commit_hash": "4b07770b9ef1cceb2e6f56d33538aaffb9186b9c",
"commit_message": "[gha] Nix: update inputs",
"date": "2026-03-03",
"tag": "v0.54.1"
}
+2 -4
View File
@@ -6,8 +6,6 @@
pkg-config,
makeWrapper,
cmake,
meson,
ninja,
aquamarine,
binutils,
cairo,
@@ -82,14 +80,14 @@ let
in
customStdenv.mkDerivation (finalAttrs: {
pname = "hyprland" + optionalString debug "-debug";
version = "0.54.0";
version = "0.54.1";
src = fetchFromGitHub {
owner = "hyprwm";
repo = "hyprland";
fetchSubmodules = true;
tag = "v${finalAttrs.version}";
hash = "sha256-wfiduannx1mWvsGAfuMk8ipOU3AAFuJYPNV4D++dhPY=";
hash = "sha256-dBp+WAfAGkqavjM77Ki7/wi/Bn23Bg7uHPI06OeHk4c=";
};
postPatch = ''