Merge pull request #115852 from berbiche/cagebreak-1.6.0

cagebreak: 1.5.0 -> 1.6.0
This commit is contained in:
Sandro 2021-03-11 02:09:24 +01:00 committed by GitHub
commit 3966ff11d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "cagebreak";
version = "1.5.0";
version = "1.6.0";
src = fetchFromGitHub {
owner = "project-repo";
repo = "cagebreak";
rev = version;
hash = "sha256-P6zBVQEv+fKdverNIXhoEavu51uGKbSHx3Sh5FWsc2E=";
hash = "sha256-F7fqDVbJS6pVgmj6C1/l9PAaz5yzcYpaq6oc6a6v/Qk=";
};
nativeBuildInputs = [ meson ninja pkg-config wayland scdoc makeWrapper ];
@ -29,6 +29,7 @@ stdenv.mkDerivation rec {
mesonFlags = [
"-Dxwayland=${lib.boolToString withXwayland}"
"-Dversion_override=${version}"
"-Dman-pages=true"
];
postInstall = ''