Merge pull request #181955 from fortuneteller2k/xwacom

xf86_input_wacom: 1.0.0 -> 1.1.0
This commit is contained in:
Guillaume Girol 2022-07-29 21:22:53 +00:00 committed by GitHub
commit 082dde8da3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,13 +19,13 @@
stdenv.mkDerivation rec {
pname = "xf86-input-wacom";
version = "1.0.0";
version = "1.1.0";
src = fetchFromGitHub {
owner = "linuxwacom";
repo = pname;
rev = "${pname}-${version}";
sha256 = "sha256-WitvT1y9KpXJriMr6Z9CrmAQdKPBZ5g9fP2nIgzJzAc=";
sha256 = "sha256-AYjO7B0Z6G1JqpLdvm9LS+ujz7iUp8UwZ9X1WQ/dGk0=";
};
nativeBuildInputs = [ autoreconfHook pkg-config ];