Skip to content

Commit

Permalink
hyprland: 0.46.2 -> 0.47.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KongrooParadox committed Jan 27, 2025
1 parent 8953764 commit d667a09
Show file tree
Hide file tree
Showing 2 changed files with 9 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": "v0.46.2-b",
"commit_hash": "0bd541f2fd902dbfa04c3ea2ccf679395e316887",
"commit_message": "version: bump to 0.46.2",
"date": "2024-12-19",
"tag": "v0.46.2"
"branch": "main",
"commit_hash": "04ac46c54357278fc68f0a95d26347ea0db99496",
"commit_message": "version: bump to 0.47.0",
"date": "2025-01-27",
"tag": "v0.47.0"
}
6 changes: 4 additions & 2 deletions pkgs/by-name/hy/hyprland/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
cairo,
epoll-shim,
git,
glaze,
hyprcursor,
hyprgraphics,
hyprland-qtutils,
Expand Down Expand Up @@ -85,14 +86,14 @@ assert assertMsg (!hidpiXWayland)

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

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

postPatch = ''
Expand Down Expand Up @@ -143,6 +144,7 @@ customStdenv.mkDerivation (finalAttrs: {
[
aquamarine
cairo
glaze
git
hyprcursor.dev
hyprgraphics
Expand Down

0 comments on commit d667a09

Please sign in to comment.