wtype: 2020-09-14 -> 0.3

Signed-off-by: Roosembert Palacios <roosemberth@posteo.ch>
This commit is contained in:
Roosembert Palacios
2021-01-06 16:40:43 +01:00
parent 44c443a7a6
commit f782b23bbd
+4 -4
View File
@@ -10,15 +10,15 @@
, wayland , wayland
}: }:
stdenv.mkDerivation { stdenv.mkDerivation rec {
pname = "wtype"; pname = "wtype";
version = "2020-09-14"; version = "0.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "atx"; owner = "atx";
repo = "wtype"; repo = "wtype";
rev = "74071228dea4047157ae82960a2541ecc431e4a1"; rev = "v${version}";
sha256 = "1ncspxpnbwv1vkfmxs58q7aykjb6skaa1pg5sw5h798pss5j80rd"; hash = "sha256-8q2PxI3ItR4tsP/KOiSlqnuK4ZSe7OdekheolEFVmys=";
}; };
nativeBuildInputs = [ meson ninja pkg-config wayland ]; nativeBuildInputs = [ meson ninja pkg-config wayland ];