summary refs log tree commit diff
path: root/pkgs/tools/wayland
diff options
context:
space:
mode:
authorRoosembert Palacios <roosemberth@posteo.ch>2021-01-05 22:05:04 +0100
committerRoosembert Palacios <roosemberth@posteo.ch>2021-01-06 16:40:43 +0100
commitf782b23bbd45c6e413388a7afb7466ab800d72ba (patch)
tree8e64e74687b7f0a7e092583a05f6d404efb2025a /pkgs/tools/wayland
parent44c443a7a602e7752641aac21e4ad17061761290 (diff)
downloadnixpkgs-f782b23bbd45c6e413388a7afb7466ab800d72ba.tar
nixpkgs-f782b23bbd45c6e413388a7afb7466ab800d72ba.tar.gz
nixpkgs-f782b23bbd45c6e413388a7afb7466ab800d72ba.tar.bz2
nixpkgs-f782b23bbd45c6e413388a7afb7466ab800d72ba.tar.lz
nixpkgs-f782b23bbd45c6e413388a7afb7466ab800d72ba.tar.xz
nixpkgs-f782b23bbd45c6e413388a7afb7466ab800d72ba.tar.zst
nixpkgs-f782b23bbd45c6e413388a7afb7466ab800d72ba.zip
wtype: 2020-09-14 -> 0.3
Signed-off-by: Roosembert Palacios <roosemberth@posteo.ch>
Diffstat (limited to 'pkgs/tools/wayland')
-rw-r--r--pkgs/tools/wayland/wtype/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/tools/wayland/wtype/default.nix b/pkgs/tools/wayland/wtype/default.nix
index a1c4744318e..3476f3abcda 100644
--- a/pkgs/tools/wayland/wtype/default.nix
+++ b/pkgs/tools/wayland/wtype/default.nix
@@ -10,15 +10,15 @@
 , wayland
 }:
 
-stdenv.mkDerivation {
+stdenv.mkDerivation rec {
   pname = "wtype";
-  version = "2020-09-14";
+  version = "0.3";
 
   src = fetchFromGitHub {
     owner = "atx";
     repo = "wtype";
-    rev = "74071228dea4047157ae82960a2541ecc431e4a1";
-    sha256 = "1ncspxpnbwv1vkfmxs58q7aykjb6skaa1pg5sw5h798pss5j80rd";
+    rev = "v${version}";
+    hash = "sha256-8q2PxI3ItR4tsP/KOiSlqnuK4ZSe7OdekheolEFVmys=";
   };
 
   nativeBuildInputs = [ meson ninja pkg-config wayland ];