Commit 55242bf3 authored by Atemu's avatar Atemu
Browse files

hyprland: 44.1 -> 45.0

parent 4aa36568
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
{
  "branch": "v0.44.1-b",
  "commit_hash": "4520b30d498daca8079365bdb909a8dea38e8d55",
  "commit_message": "version: bump to 0.44.1",
  "date": "2024-10-09",
  "tag": "v0.44.1"
  "branch": "main",
  "commit_hash": "a425fbebe4cf4238e48a42f724ef2208959d66cf",
  "commit_message": "version: bump to 0.45.0",
  "date": "2024-11-09",
  "tag": "v0.45.0"
}
+2 −2
Original line number Diff line number Diff line
@@ -82,14 +82,14 @@ assert assertMsg (!hidpiXWayland)

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

  src = fetchFromGitHub {
    owner = "hyprwm";
    repo = "hyprland";
    fetchSubmodules = true;
    rev = "refs/tags/v${finalAttrs.version}";
    hash = "sha256-hnoPoxMFetuoXQuAMgvopl1kCRQ33FYaVVBgV9FIFkM=";
    hash = "sha256-//Ib7gXCA8jq8c+QGTTIO0oH0rUYYBXGp8sqpI1jlhA=";
  };

  postPatch = ''