Merge pull request #304306 from r-ryantm/auto-update/xf86_input_wacom

xf86_input_wacom: 1.2.1 -> 1.2.2
This commit is contained in:
Nick Cao 2024-04-17 10:55:32 -04:00 committed by GitHub
commit 2cb5755441
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -19,13 +19,13 @@
stdenv.mkDerivation rec {
pname = "xf86-input-wacom";
version = "1.2.1";
version = "1.2.2";
src = fetchFromGitHub {
owner = "linuxwacom";
repo = pname;
rev = "${pname}-${version}";
sha256 = "sha256-ldPNGa1ACjLivs2CVtkvKLsBZSzRuOM8Q7bvMdx0EWA=";
sha256 = "sha256-3w12OjjMdu03BhUVEjkyj1ngDFnp0Cp66L0nn3LuU8Q=";
};
nativeBuildInputs = [ autoreconfHook pkg-config ];