libwacom: 2.1.0 -> 2.2.0

authored by R. Ryantm and committed by Jan Tojnar 2f84501a 62fec674

+2 -2
+2 -2
pkgs/development/libraries/libwacom/default.nix
··· 12 12 13 13 stdenv.mkDerivation rec { 14 14 pname = "libwacom"; 15 - version = "2.1.0"; 15 + version = "2.2.0"; 16 16 17 17 outputs = [ "out" "dev" ]; 18 18 ··· 20 20 owner = "linuxwacom"; 21 21 repo = "libwacom"; 22 22 rev = "libwacom-${version}"; 23 - sha256 = "sha256-yqOhlbOgDIAsxgQWoLKj7WpwJXvxeuW8yCvuKTtE7h0="; 23 + sha256 = "sha256-SqKXxmyP31kb6ikMQRqPaKNIpeLcMLLEGInCGIx5jWM="; 24 24 }; 25 25 26 26 nativeBuildInputs = [