Unverified Commit 932a3ae3 authored by Thiago Kenji Okada's avatar Thiago Kenji Okada Committed by GitHub
Browse files

rofi: 1.7.5 -> 1.7.6 (#369121)

parents f584242b ae4bba9b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -143,6 +143,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.
+6 −4
Original line number Diff line number Diff line
@@ -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
  ];