hyprland: 0.45.2 -> 0.46.0
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user