0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

rofi: 1.7.5 -> 1.7.6

New dependency: xcbutilkeysyms

ABC-sorted the xcb dependencies to make them easier to scan in the
future.

Added release note about this version because it is much larger than the
patch-level version bump might indicate.
This commit is contained in:
Magnus Bergmark 2024-12-29 14:13:35 +01:00
parent fab1764911
commit ae4bba9b33
No known key found for this signature in database
GPG key ID: 0443C69F6F022CDE
2 changed files with 8 additions and 4 deletions

View file

@ -139,6 +139,8 @@
- `racket_7_9` has been removed, as it is insecure. It is recommended to use Racket 8 instead.
- `rofi` has been updated from 1.7.5 to 1.7.6 which introduces some breaking changes to binary plugins, and also contains a lot of new features and bug fixes. This is highlighted because the patch version bump does not indicate the volume of changes by itself. See the [upstream release notes](https://github.com/davatorium/rofi/releases/tag/1.7.6) for the full list of changes.
- `ente-auth` now uses the name `enteauth` for its binary. The previous name was `ente_auth`.
- `fluxus` has been removed, as it depends on `racket_7_9` and had no updates in 9 years.

View file

@ -11,10 +11,11 @@
git,
cairo,
libxcb,
xcb-util-cursor,
xcbutilkeysyms,
xcbutil,
xcbutilwm,
xcbutilxrm,
xcb-util-cursor,
libstartup_notification,
bison,
flex,
@ -26,14 +27,14 @@
stdenv.mkDerivation rec {
pname = "rofi-unwrapped";
version = "1.7.5";
version = "1.7.6";
src = fetchFromGitHub {
owner = "davatorium";
repo = "rofi";
rev = version;
fetchSubmodules = true;
hash = "sha256-3XFusKeckagEPfbLtt1xAVTEfn1Qebdi/Iq1AYbHCR4=";
hash = "sha256-hT9FMCAwY8hZx4y1l0vHfcReIJUBxSmixZJhKP8nRpw=";
};
preConfigure = ''
@ -63,10 +64,11 @@ stdenv.mkDerivation rec {
check
libstartup_notification
libxcb
xcb-util-cursor
xcbutilkeysyms
xcbutil
xcbutilwm
xcbutilxrm
xcb-util-cursor
which
];