wob: 0.2 -> 0.4

This commit is contained in:
Michael Weiss 2019-11-16 21:25:58 +01:00
parent 4e25c75630
commit 77294aa3dc
No known key found for this signature in database
GPG Key ID: 5BE487C4D4771D83

View File

@ -5,14 +5,14 @@
stdenv.mkDerivation rec {
pname = "wob";
version = "0.2";
version = "0.4";
src = fetchFromGitHub {
owner = "francma";
repo = pname;
rev = version;
fetchSubmodules = true;
sha256 = "1jyia4166lp4cc8gmjmgcyz6prshhfjriam8w8mz2c5h77990fr9";
sha256 = "1z0vwss3ix5mf7mqpm4dzlv1bblddfi47ykblj0nmscxn1sinr7j";
};
nativeBuildInputs = [ meson ninja pkg-config wayland ];