Merge pull request #203747 from nagy/cagebreak

cagebreak: 1.8.1 -> 1.9.1
This commit is contained in:
Thiago Kenji Okada 2023-01-08 15:17:58 +00:00 committed by GitHub
commit 1fb11b0c5c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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

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