Unverified Commit 7dcf4b5e authored by Masum Reza's avatar Masum Reza Committed by GitHub
Browse files

hyprland: 0.54.0 -> 0.54.1 (#496364)

parents 48f50c27 d5160e42
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
{
  "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
Original line number Diff line number Diff line
@@ -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 = ''