about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-03-08 19:57:25 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-03-08 19:57:25 +0000
commit5d00ebc6b4d0a1ff07396fc902a88c29ef5685d9 (patch)
treebf0e3ca5e54325113c5e9a35d1adcdbe7bfa7c7e
parent97c798f9d2e5d8aa59f12c91e526f6f3076115a4 (diff)
downloadnixlib-5d00ebc6b4d0a1ff07396fc902a88c29ef5685d9.tar
nixlib-5d00ebc6b4d0a1ff07396fc902a88c29ef5685d9.tar.gz
nixlib-5d00ebc6b4d0a1ff07396fc902a88c29ef5685d9.tar.bz2
nixlib-5d00ebc6b4d0a1ff07396fc902a88c29ef5685d9.tar.lz
nixlib-5d00ebc6b4d0a1ff07396fc902a88c29ef5685d9.tar.xz
nixlib-5d00ebc6b4d0a1ff07396fc902a88c29ef5685d9.tar.zst
nixlib-5d00ebc6b4d0a1ff07396fc902a88c29ef5685d9.zip
xf86_input_wacom: 1.2.0 -> 1.2.1
-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 614831c057d2..eb5a5eae8032 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 = "1.2.0";
+  version = "1.2.1";
 
   src = fetchFromGitHub {
     owner = "linuxwacom";
     repo = pname;
     rev = "${pname}-${version}";
-    sha256 = "sha256-PuIfeHlkcoin7w2v822P8uhWBNhYQGuOA7yD62L3qto=";
+    sha256 = "sha256-ldPNGa1ACjLivs2CVtkvKLsBZSzRuOM8Q7bvMdx0EWA=";
   };
 
   nativeBuildInputs = [ autoreconfHook pkg-config ];