wtype: 0.3 -> 0.4

Importantly, this fixes xwayland support which was a major gotcha
main
Eric Drechsel 2 years ago committed by GitHub
parent 9783ef308d
commit 42236cccf4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      pkgs/tools/wayland/wtype/default.nix

@ -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 ];

Loading…
Cancel
Save