summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorWilliam A. Kennington III <william@wkennington.com>2015-11-17 21:10:13 -0800
committerWilliam A. Kennington III <william@wkennington.com>2015-11-17 21:11:53 -0800
commitb809f886c0bdbd4665fc65a4c308d38a30c368d8 (patch)
tree1ec3befa23ce536283c3521525edf855cdf042f5 /pkgs
parent6e9f0df8bdde24bee4a18235ed64f47c580c45d7 (diff)
downloadnixpkgs-b809f886c0bdbd4665fc65a4c308d38a30c368d8.tar
nixpkgs-b809f886c0bdbd4665fc65a4c308d38a30c368d8.tar.gz
nixpkgs-b809f886c0bdbd4665fc65a4c308d38a30c368d8.tar.bz2
nixpkgs-b809f886c0bdbd4665fc65a4c308d38a30c368d8.tar.lz
nixpkgs-b809f886c0bdbd4665fc65a4c308d38a30c368d8.tar.xz
nixpkgs-b809f886c0bdbd4665fc65a4c308d38a30c368d8.tar.zst
nixpkgs-b809f886c0bdbd4665fc65a4c308d38a30c368d8.zip
libinput: 1.0.1 -> 1.1.1
Diffstat (limited to 'pkgs')
-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 ed97952940a..430743af96a 100644
--- a/pkgs/development/libraries/libinput/default.nix
+++ b/pkgs/development/libraries/libinput/default.nix
@@ -15,11 +15,11 @@ in
 
 with stdenv.lib;
 stdenv.mkDerivation rec {
-  name = "libinput-1.0.2";
+  name = "libinput-1.1.1";
 
   src = fetchurl {
     url = "http://www.freedesktop.org/software/libinput/${name}.tar.xz";
-    sha256 = "1fggbi8w8r7mayyk7zwqrqf3ni95y2703vcpggxqq7yjdgw0bld3";
+    sha256 = "05yxz3cds65zmzj98yhsrwvnkv8c7n3zs2fksjzs2fy7vlrv9qid";
   };
 
   configureFlags = [