summary refs log tree commit diff
path: root/pkgs/os-specific/linux/xf86-input-wacom
diff options
context:
space:
mode:
authorfortuneteller2k <lythe1107@gmail.com>2022-02-15 12:20:10 +0800
committerfortuneteller2k <lythe1107@gmail.com>2022-02-15 12:20:10 +0800
commit27d8498eeee3b84aef15aef79be0cb812f38c232 (patch)
treec07993765f5efb2e77477c65f9ed4700e718d84e /pkgs/os-specific/linux/xf86-input-wacom
parent8668f940c5fc6163f1381e45765de74578a02453 (diff)
downloadnixpkgs-27d8498eeee3b84aef15aef79be0cb812f38c232.tar
nixpkgs-27d8498eeee3b84aef15aef79be0cb812f38c232.tar.gz
nixpkgs-27d8498eeee3b84aef15aef79be0cb812f38c232.tar.bz2
nixpkgs-27d8498eeee3b84aef15aef79be0cb812f38c232.tar.lz
nixpkgs-27d8498eeee3b84aef15aef79be0cb812f38c232.tar.xz
nixpkgs-27d8498eeee3b84aef15aef79be0cb812f38c232.tar.zst
nixpkgs-27d8498eeee3b84aef15aef79be0cb812f38c232.zip
xf86_input_wacom: 0.40.0 -> 1.0.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 4ebc4ed7663..80762aa784e 100644
--- a/pkgs/os-specific/linux/xf86-input-wacom/default.nix
+++ b/pkgs/os-specific/linux/xf86-input-wacom/default.nix
@@ -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 ];