cagebreak: 2.2.1 -> 2.2.3

This commit is contained in:
rewine
2023-12-23 22:20:05 +08:00
parent 66bda599f4
commit 41ae0bfafe
2 changed files with 3 additions and 3 deletions
@@ -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 = [
+1 -1
View File
@@ -41990,7 +41990,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 { };