Merge pull request #108515 from roosemberth/bump-wtype

wtype: 2020-09-14 -> 0.3
This commit is contained in:
Sandro 2021-01-07 02:51:44 +01:00 committed by GitHub
commit 400ab9c999
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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