Unverified Commit 4f147774 authored by André Silva's avatar André Silva
Browse files

hyprland: 0.53.2 -> 0.53.3

parent da1b0d06
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
{
  "branch": "v0.53.2-b",
  "commit_hash": "39f3feddbee4a66be9608ed1eb7e73878d596b50",
  "commit_message": "[gha] Nix: update inputs",
  "date": "2026-01-23",
  "tag": "v0.53.2"
  "branch": "v0.53.3-b",
  "commit_hash": "dd220efe7b1e292415bd0ea7161f63df9c95bfd3",
  "commit_message": "version: bump to 0.53.3",
  "date": "2026-01-24",
  "tag": "v0.53.3"
}
+2 −2
Original line number Diff line number Diff line
@@ -91,14 +91,14 @@ assert assertMsg (

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

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

  postPatch = ''