Merge pull request #276312 from wineee/cagebreak

cagebreak: 2.2.1 -> 2.2.3
This commit is contained in:
Mario Rodas 2023-12-26 07:23:03 -05:00 committed by GitHub
commit 2a955884f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -25,13 +25,13 @@
stdenv.mkDerivation rec {
pname = "cagebreak";
version = "2.2.1";
version = "2.2.3";
src = fetchFromGitHub {
owner = "project-repo";
repo = pname;
rev = version;
hash = "sha256-cJEJ8V9lDbNb07eY3nWmNcT7ULGlcmOeyb9UDOLGWfI=";
hash = "sha256-ppNzc6ojxF9FkgsqSWBSbtmI9aRc+RGN1R1RQLwCtv0=";
};
nativeBuildInputs = [

View file

@ -41984,7 +41984,7 @@ with pkgs;
bottom = darwin.apple_sdk_11_0.callPackage ../tools/system/bottom { };
cagebreak = callPackage ../applications/window-managers/cagebreak {
wlroots = wlroots_0_16;
wlroots = wlroots_0_17;
};
psftools = callPackage ../os-specific/linux/psftools { };