wtype: 0.3 -> 0.4

Importantly, this fixes xwayland support which was a major gotcha
This commit is contained in:
Eric Drechsel 2022-02-27 17:37:02 -08:00 committed by GitHub
parent 9783ef308d
commit 42236cccf4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "wtype";
version = "0.3";
version = "0.4";
src = fetchFromGitHub {
owner = "atx";
repo = "wtype";
rev = "v${version}";
hash = "sha256-8q2PxI3ItR4tsP/KOiSlqnuK4ZSe7OdekheolEFVmys=";
hash = "sha256-TfpzAi0mkXugQn70MISyNFOXIJpDwvgh3enGv0Xq8S4=";
};
nativeBuildInputs = [ meson ninja pkg-config wayland ];