xf86_input_wacom: 1.2.2 -> 1.2.3 (#352274)

This commit is contained in:
Nick Cao 2024-11-11 08:25:12 -05:00 committed by GitHub
commit 541272a886
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.2";
version = "1.2.3";
src = fetchFromGitHub {
owner = "linuxwacom";
repo = pname;
rev = "${pname}-${version}";
sha256 = "sha256-3w12OjjMdu03BhUVEjkyj1ngDFnp0Cp66L0nn3LuU8Q=";
sha256 = "sha256-0eDik4fhsg1HAL6lCZMll/0VAghpzMSHY0RoKxSOIbc=";
};
nativeBuildInputs = [ autoreconfHook pkg-config ];