cagebreak: 1.4.3 -> 1.4.4

This commit is contained in:
Nicolas Berbiche 2020-11-24 23:49:45 -05:00
parent 99f98c1f1e
commit 80b1ecca9d
No known key found for this signature in database
GPG key ID: F3308ADE984B83CB

View file

@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "cagebreak";
version = "1.4.3";
version = "1.4.4";
src = fetchFromGitHub {
owner = "project-repo";
repo = "cagebreak";
rev = version;
hash = "sha256-iMoj++yjGK4hn3C675QntBYcsoBx0lEjjCM8fdvRJYo=";
hash = "sha256-YmUn5H0xNC/4MBGydrEk7dy5v+s2ja4VoA1neWrQ3VY=";
};
nativeBuildInputs = [ meson ninja pkg-config wayland scdoc makeWrapper ];