xf86_input_wacom: 1.2.1 -> 1.2.2

This commit is contained in:
R. Ryantm 2024-04-15 15:03:31 +00:00
parent 26594c44f5
commit 5ceb5cedb1
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 ];