Merge pull request #160091 from fortuneteller2k/wacom

xf86_input_wacom: 0.40.0 -> 1.0.0
This commit is contained in:
Mario Rodas 2022-02-15 02:12:22 -05:00 committed by GitHub
commit ded27d202b
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 = "0.40.0";
version = "1.0.0";
src = fetchFromGitHub {
owner = "linuxwacom";
repo = pname;
rev = "${pname}-${version}";
sha256 = "sha256-0U4pAB5vsIlBewCBqQ4SLHDrwqtr9nh7knZpXZMkzck=";
sha256 = "sha256-WitvT1y9KpXJriMr6Z9CrmAQdKPBZ5g9fP2nIgzJzAc=";
};
nativeBuildInputs = [ autoreconfHook pkg-config ];