Unverified Commit 7d0870fb authored by Guillaume Nanty's avatar Guillaume Nanty
Browse files

hyprland: 0.46.2 -> 0.47.0

parent 960e673a
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
{
  "branch": "v0.46.2-b",
  "commit_hash": "0bd541f2fd902dbfa04c3ea2ccf679395e316887",
  "commit_message": "version: bump to 0.46.2",
  "date": "2024-12-19",
  "tag": "v0.46.2"
  "branch": "main",
  "commit_hash": "04ac46c54357278fc68f0a95d26347ea0db99496",
  "commit_message": "version: bump to 0.47.0",
  "date": "2025-01-27",
  "tag": "v0.47.0"
}
+4 −2
Original line number Diff line number Diff line
@@ -13,6 +13,7 @@
  cairo,
  epoll-shim,
  git,
  glaze,
  hyprcursor,
  hyprgraphics,
  hyprland-qtutils,
@@ -85,14 +86,14 @@ assert assertMsg (!hidpiXWayland)

customStdenv.mkDerivation (finalAttrs: {
  pname = "hyprland" + optionalString debug "-debug";
  version = "0.46.2";
  version = "0.47.0";

  src = fetchFromGitHub {
    owner = "hyprwm";
    repo = "hyprland";
    fetchSubmodules = true;
    tag = "v${finalAttrs.version}";
    hash = "sha256-dj9dpVwpyTmUyVu4jtaIU39bHgVkoZjv6cgYfWyHc9E=";
    hash = "sha256-rxvLiGNRUSVYPFsKIsqEbhxpR0sbWmHoo3azZKQ9fTY=";
  };

  postPatch = ''
@@ -143,6 +144,7 @@ customStdenv.mkDerivation (finalAttrs: {
    [
      aquamarine
      cairo
      glaze
      git
      hyprcursor.dev
      hyprgraphics