Unverified Commit 41bc784d authored by Donovan Glover's avatar Donovan Glover Committed by GitHub
Browse files

hyprland: 0.54.2 -> 0.54.3 (#504639)

parents 0e44fb28 38eccbbf
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
{
  "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
Original line number Diff line number Diff line
@@ -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 = ''