hyprland: 0.45.2 -> 0.46.0

This commit is contained in:
Austin Horstman
2024-12-16 21:46:35 -06:00
parent 948a31b4b7
commit 6c7c078917
2 changed files with 11 additions and 7 deletions
+5 -5
View File
@@ -1,7 +1,7 @@
{
"branch": "v0.45.2-b",
"commit_hash": "12f9a0d0b93f691d4d9923716557154d74777b0a",
"commit_message": "[gha] Nix: update inputs",
"date": "2024-11-19",
"tag": "v0.45.2"
"branch": "main",
"commit_hash": "788ae588979c2a1ff8a660f16e3c502ef5796755",
"commit_message": "version: bump to 0.46.0",
"date": "2024-12-16",
"tag": "v0.46.0"
}
+6 -2
View File
@@ -14,6 +14,7 @@
epoll-shim,
git,
hyprcursor,
hyprgraphics,
hyprlang,
hyprutils,
hyprwayland-scanner,
@@ -28,6 +29,7 @@
pciutils,
pkgconf,
python3,
re2,
systemd,
tomlplusplus,
wayland,
@@ -82,14 +84,14 @@ assert assertMsg (!hidpiXWayland)
customStdenv.mkDerivation (finalAttrs: {
pname = "hyprland" + optionalString debug "-debug";
version = "0.45.2";
version = "0.46.0";
src = fetchFromGitHub {
owner = "hyprwm";
repo = "hyprland";
fetchSubmodules = true;
rev = "refs/tags/v${finalAttrs.version}";
hash = "sha256-1pNsLGNStCFjXiBc2zMUxKzKk45CePTf+GwKlzTmrCY=";
hash = "sha256-A3jvV535Jy9QxLKQWyGFb5aw7d7K+6CCGjG+R2PEK3Y=";
};
postPatch = ''
@@ -138,6 +140,7 @@ customStdenv.mkDerivation (finalAttrs: {
cairo
git
hyprcursor.dev
hyprgraphics
hyprlang
hyprutils
libGL
@@ -148,6 +151,7 @@ customStdenv.mkDerivation (finalAttrs: {
mesa
pango
pciutils
re2
tomlplusplus
wayland
wayland-protocols