Skip to content

Commit

Permalink
hyprland: 0.43.0 -> 0.44.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fufexan committed Oct 8, 2024
1 parent 672d59a commit 1b39607
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/hy/hyprland/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -82,14 +82,14 @@ assert assertMsg (!hidpiXWayland)

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

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

postPatch = ''
Expand Down

0 comments on commit 1b39607

Please sign in to comment.