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

xf86_input_wacom: 1.2.0 -> 1.2.1
This commit is contained in:
Weijia Wang 2024-03-17 22:54:14 +01:00 committed by GitHub
commit c79659ca3d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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