Merge pull request #110059 from r-ryantm/auto-update/libwacom

libwacom: 1.6 -> 1.7
This commit is contained in:
Ryan Mulligan 2021-01-20 06:51:22 -08:00 committed by GitHub
commit 050370ee5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
stdenv.mkDerivation rec {
pname = "libwacom";
version = "1.6";
version = "1.7";
outputs = [ "out" "dev" ];
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
owner = "linuxwacom";
repo = "libwacom";
rev = "libwacom-${version}";
sha256 = "10wphlk5v591mlvcyr6bjqp60zmhbpqg3lmsq9dza738v97ws8ci";
sha256 = "sha256-kF4Q3ACiVlUbEjS2YqwHA42QknKMLqX9US31PmXtS/I=";
};
nativeBuildInputs = [ pkg-config meson ninja doxygen ];