mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 15:56:50 +01:00
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:
parent
41ca04870a
commit
e23147a67c
2 changed files with 4 additions and 3 deletions
|
@ -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;
|
||||
|
|
|
@ -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 {};
|
||||
|
|
Loading…
Reference in a new issue