Merge pull request #162134 from edrex/patch-1

wtype: 0.3 -> 0.4
This commit is contained in:
Lassulus 2022-04-09 18:38:40 +01:00 committed by GitHub
commit 9e43c553f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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