Skip to content

Commit

Permalink
hyprland: 0.45.0 -> 0.45.2
Browse files Browse the repository at this point in the history
(cherry picked from commit 5af8361)
  • Loading branch information
maralorn authored and github-actions[bot] committed Nov 24, 2024
1 parent 846cdd3 commit 0c10fef
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions pkgs/by-name/hy/hyprland/info.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"branch": "main",
"commit_hash": "a425fbebe4cf4238e48a42f724ef2208959d66cf",
"commit_message": "version: bump to 0.45.0",
"date": "2024-11-09",
"tag": "v0.45.0"
"branch": "v0.45.2-b",
"commit_hash": "12f9a0d0b93f691d4d9923716557154d74777b0a",
"commit_message": "[gha] Nix: update inputs",
"date": "2024-11-19",
"tag": "v0.45.2"
}
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.45.0";
version = "0.45.2";

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

postPatch = ''
Expand Down

0 comments on commit 0c10fef

Please sign in to comment.