Merge pull request #100271 from berbiche/cagebreak-1.4.3

This commit is contained in:
Doron Behar
2020-10-13 19:07:18 +03:00
committed by GitHub
2 changed files with 9 additions and 14 deletions
@@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "cagebreak";
version = "1.4.2";
version = "1.4.3";
src = fetchFromGitHub {
owner = "project-repo";
repo = "cagebreak";
rev = version;
hash = "sha256-+Ww1rsUR7qe/BixLPR8GiRc3C6QmpLzWpT2wym8b4/M=";
hash = "sha256-iMoj++yjGK4hn3C675QntBYcsoBx0lEjjCM8fdvRJYo=";
};
nativeBuildInputs = [ meson ninja pkg-config wayland scdoc makeWrapper ];