From 42236cccf4c8ac05e74ce57022bd24f59adfc597 Mon Sep 17 00:00:00 2001 From: Eric Drechsel Date: Sun, 27 Feb 2022 17:37:02 -0800 Subject: [PATCH] wtype: 0.3 -> 0.4 Importantly, this fixes xwayland support which was a major gotcha --- pkgs/tools/wayland/wtype/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/wayland/wtype/default.nix b/pkgs/tools/wayland/wtype/default.nix index 3476f3abcda..452f51a04de 100644 --- a/pkgs/tools/wayland/wtype/default.nix +++ b/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 ];