cagebreak: 1.8.1 -> 1.9.1

Changelog: https://github.com/project-repo/cagebreak/blob/1.9.1/Changelog.md
This commit is contained in:
Daniel Nagy 2022-11-30 14:12:04 +01:00
parent 41ca04870a
commit e23147a67c
No known key found for this signature in database
GPG Key ID: 1B8E8DCB576FB671
2 changed files with 4 additions and 3 deletions

View File

@ -24,13 +24,13 @@
stdenv.mkDerivation rec {
pname = "cagebreak";
version = "1.8.1";
version = "1.9.1";
src = fetchFromGitHub {
owner = "project-repo";
repo = pname;
rev = version;
hash = "sha256-YaLGRlvppTUCSHFlt3sEfHgN3pYHuc5oGt3dt0DDw3I=";
hash = "sha256-pU1QHYOqnkb3L4iSKbZY9Vo60Z6EaX9mp2Nw48NSPic=";
};
nativeBuildInputs = [
@ -82,6 +82,7 @@ stdenv.mkDerivation rec {
license = licenses.mit;
maintainers = with maintainers; [ berbiche ];
platforms = platforms.linux;
changelog = "https://github.com/project-repo/cagebreak/blob/${version}/Changelog.md";
};
passthru.tests.basic = nixosTests.cagebreak;

View File

@ -38098,7 +38098,7 @@ with pkgs;
};
cagebreak = callPackage ../applications/window-managers/cagebreak {
wlroots = wlroots_0_14;
wlroots = wlroots_0_15;
};
psftools = callPackage ../os-specific/linux/psftools {};