about summary refs log tree commit diff
path: root/pkgs/tools/wayland/wtype
diff options
context:
space:
mode:
authorEric Drechsel <eric@pdxhub.org>2022-02-27 17:37:02 -0800
committerGitHub <noreply@github.com>2022-02-27 17:37:02 -0800
commit42236cccf4c8ac05e74ce57022bd24f59adfc597 (patch)
treed95aab8d31f9bedc128f0a21697845acfb0faa95 /pkgs/tools/wayland/wtype
parent9783ef308da620a48a9849d977dd1dfdf7f9ba45 (diff)
wtype: 0.3 -> 0.4
Importantly, this fixes xwayland support which was a major gotcha
Diffstat (limited to 'pkgs/tools/wayland/wtype')
-rw-r--r--pkgs/tools/wayland/wtype/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/wayland/wtype/default.nix b/pkgs/tools/wayland/wtype/default.nix
index 3476f3abcdaa7..452f51a04de9b 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 ];