summary refs log tree commit diff
path: root/pkgs/os-specific/linux/xf86-input-wacom
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2016-12-25 22:56:13 +0100
committerMichael Raskin <7c6f434c@mail.ru>2016-12-25 22:56:32 +0100
commit2c616b04738da584d99b1db2832ed8a7a1d4bffc (patch)
tree6c14c920055d7b5d507330aea490c21bd3ceaf06 /pkgs/os-specific/linux/xf86-input-wacom
parent6b2ead98cb1570583aa07464ae9d8200321c3ca8 (diff)
downloadnixpkgs-2c616b04738da584d99b1db2832ed8a7a1d4bffc.tar
nixpkgs-2c616b04738da584d99b1db2832ed8a7a1d4bffc.tar.gz
nixpkgs-2c616b04738da584d99b1db2832ed8a7a1d4bffc.tar.bz2
nixpkgs-2c616b04738da584d99b1db2832ed8a7a1d4bffc.tar.lz
nixpkgs-2c616b04738da584d99b1db2832ed8a7a1d4bffc.tar.xz
nixpkgs-2c616b04738da584d99b1db2832ed8a7a1d4bffc.tar.zst
nixpkgs-2c616b04738da584d99b1db2832ed8a7a1d4bffc.zip
xf86-input-wacom: 0.32.0 -> 0.34.0
Diffstat (limited to 'pkgs/os-specific/linux/xf86-input-wacom')
-rw-r--r--pkgs/os-specific/linux/xf86-input-wacom/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/xf86-input-wacom/default.nix b/pkgs/os-specific/linux/xf86-input-wacom/default.nix
index 3d3b52acf6f..b308a5ec3c3 100644
--- a/pkgs/os-specific/linux/xf86-input-wacom/default.nix
+++ b/pkgs/os-specific/linux/xf86-input-wacom/default.nix
@@ -3,11 +3,11 @@
 , ncurses, pkgconfig, randrproto, xorgserver, xproto, udev, libXinerama, pixman }:
 
 stdenv.mkDerivation rec {
-  name = "xf86-input-wacom-0.32.0";
+  name = "xf86-input-wacom-0.34.0";
 
   src = fetchurl {
     url = "mirror://sourceforge/linuxwacom/${name}.tar.bz2";
-    sha256 = "03c73vi5rrcr92442k82f4kbabp21yqcrqi6ak2afl41zjdar5wc";
+    sha256 = "0idhkigl0pnyp08sqm6bqfb4h20v6rjrb71z1gdv59gk7d7qwpgi";
   };
 
   buildInputs = [ inputproto libX11 libXext libXi libXrandr libXrender