cagebreak: 1.9.1 -> 2.2.1

- https://github.com/project-repo/cagebreak/releases/tag/2.0.0
- https://github.com/project-repo/cagebreak/releases/tag/2.2.1

authored by

rewine and committed by
tomf
fab56442 904a5f42

+7 -3
+6 -2
pkgs/applications/window-managers/cagebreak/default.nix
··· 6 6 , libevdev 7 7 , libinput 8 8 , libxkbcommon 9 + , xcbutilwm 9 10 , makeWrapper 10 11 , mesa 11 12 , meson ··· 24 25 25 26 stdenv.mkDerivation rec { 26 27 pname = "cagebreak"; 27 - version = "1.9.1"; 28 + version = "2.2.1"; 28 29 29 30 src = fetchFromGitHub { 30 31 owner = "project-repo"; 31 32 repo = pname; 32 33 rev = version; 33 - hash = "sha256-pU1QHYOqnkb3L4iSKbZY9Vo60Z6EaX9mp2Nw48NSPic="; 34 + hash = "sha256-cJEJ8V9lDbNb07eY3nWmNcT7ULGlcmOeyb9UDOLGWfI="; 34 35 }; 35 36 36 37 nativeBuildInputs = [ ··· 48 49 libevdev 49 50 libinput 50 51 libxkbcommon 52 + xcbutilwm 51 53 mesa # for libEGL headers 52 54 pango 53 55 pixman ··· 69 71 70 72 # Patch cagebreak to read its default configuration from $out/share/cagebreak 71 73 sed -i "s|/etc/xdg/cagebreak|$out/share/cagebreak|" meson.build cagebreak.c 74 + substituteInPlace meson.build \ 75 + --replace "/usr/share/licenses" "$out/share/licenses" 72 76 ''; 73 77 74 78 postFixup = lib.optionalString withXwayland ''
+1 -1
pkgs/top-level/all-packages.nix
··· 41968 41968 bottom = darwin.apple_sdk_11_0.callPackage ../tools/system/bottom { }; 41969 41969 41970 41970 cagebreak = callPackage ../applications/window-managers/cagebreak { 41971 - wlroots = wlroots_0_15; 41971 + wlroots = wlroots_0_16; 41972 41972 }; 41973 41973 41974 41974 psftools = callPackage ../os-specific/linux/psftools { };