summary refs log tree commit diff
path: root/pkgs/development/libraries/libinput
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-03-31 03:25:35 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-03-31 03:25:35 -0700
commit0e48f5ffb3f35707b6dc1001da5ed31c05af1ee9 (patch)
treec6fc7a5de63d6573a69c46ad239a640fcd3c01d9 /pkgs/development/libraries/libinput
parenta7af5d4f88f9e30bc9b401a84b7cb3cf036fccbb (diff)
downloadnixlib-0e48f5ffb3f35707b6dc1001da5ed31c05af1ee9.tar
nixlib-0e48f5ffb3f35707b6dc1001da5ed31c05af1ee9.tar.gz
nixlib-0e48f5ffb3f35707b6dc1001da5ed31c05af1ee9.tar.bz2
nixlib-0e48f5ffb3f35707b6dc1001da5ed31c05af1ee9.tar.lz
nixlib-0e48f5ffb3f35707b6dc1001da5ed31c05af1ee9.tar.xz
nixlib-0e48f5ffb3f35707b6dc1001da5ed31c05af1ee9.tar.zst
nixlib-0e48f5ffb3f35707b6dc1001da5ed31c05af1ee9.zip
libinput: 1.10.0 -> 1.10.3
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/libinput/versions.

These checks were done:

- built on NixOS
- ran `/nix/store/h8pwbpjg88axygjj65y4y7lbq2z0m5lp-libinput-1.10.3/bin/libinput -h` got 0 exit code
- ran `/nix/store/h8pwbpjg88axygjj65y4y7lbq2z0m5lp-libinput-1.10.3/bin/libinput --help` got 0 exit code
- found 1.10.3 with grep in /nix/store/h8pwbpjg88axygjj65y4y7lbq2z0m5lp-libinput-1.10.3
- directory tree listing: https://gist.github.com/27c5534de9dd9c8e7237f21c2dc8e824
Diffstat (limited to 'pkgs/development/libraries/libinput')
-rw-r--r--pkgs/development/libraries/libinput/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libinput/default.nix b/pkgs/development/libraries/libinput/default.nix
index 0e2458a38959..6773b7c1b1f1 100644
--- a/pkgs/development/libraries/libinput/default.nix
+++ b/pkgs/development/libraries/libinput/default.nix
@@ -16,11 +16,11 @@ in
 with stdenv.lib;
 stdenv.mkDerivation rec {
   name = "libinput-${version}";
-  version = "1.10.0";
+  version = "1.10.3";
 
   src = fetchurl {
     url = "http://www.freedesktop.org/software/libinput/${name}.tar.xz";
-    sha256 = "0mrzsf0349d1g68lizkzxw7vaw459fl8xhl7v0s8njb31hp2riy2";
+    sha256 = "0002xk9cqzpqrlhgav1wp8nimsbp9d2w8rd8mgygczq2hjar0lhd";
   };
 
   outputs = [ "out" "dev" ];