Unverified Commit 3f16bb4a authored by Masum Reza's avatar Masum Reza Committed by GitHub
Browse files

hyprland: 44.0 -> 44.1 (#347624)

parents d9e15543 28c5967c
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
{
  "branch": "main",
  "commit_hash": "0f594732b063a90d44df8c5d402d658f27471dfe",
  "commit_message": "props: bump version to 0.43.0",
  "date": "2024-09-08",
  "tag": "v0.43.0"
  "branch": "v0.44.1-b",
  "commit_hash": "4520b30d498daca8079365bdb909a8dea38e8d55",
  "commit_message": "version: bump to 0.44.1",
  "date": "2024-10-09",
  "tag": "v0.44.1"
}
+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.0";
  version = "0.44.1";

  src = fetchFromGitHub {
    owner = "hyprwm";
    repo = "hyprland";
    fetchSubmodules = true;
    rev = "refs/tags/v${finalAttrs.version}";
    hash = "sha256-XgDhPx+tKs+2lyWM/ZqIHnMArd/c0LGmwAwu0EG1uJM=";
    hash = "sha256-hnoPoxMFetuoXQuAMgvopl1kCRQ33FYaVVBgV9FIFkM=";
  };

  postPatch = ''