3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #44509 from hedning/libinput-1.11.3

libinput: 1.11.0 -> 1.11.3
This commit is contained in:
Franz Pletz 2018-08-06 23:47:52 +00:00 committed by GitHub
commit da44b3679c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,11 +16,11 @@ in
with stdenv.lib;
stdenv.mkDerivation rec {
name = "libinput-${version}";
version = "1.11.0";
version = "1.11.3";
src = fetchurl {
url = "https://www.freedesktop.org/software/libinput/${name}.tar.xz";
sha256 = "04mwl1v51b785h7q3v23hahr0qzr48qq1jzj7d3msjvgh97nr8v4";
sha256 = "01nb1shnl871d939wgfd7nc9svclcnfjfhlq64b4yns2dvcr24gk";
};
outputs = [ "out" "dev" ];