wtype: 2020-09-14 -> 0.3

Signed-off-by: Roosembert Palacios <roosemberth@posteo.ch>
This commit is contained in:
Roosembert Palacios 2021-01-05 22:05:04 +01:00
parent 44c443a7a6
commit f782b23bbd
No known key found for this signature in database
GPG key ID: CAAAECE5C2242BB7

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