Skip to content

Commit

Permalink
libinput: 1.15.1 → 1.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
artemist authored and FRidh committed Feb 27, 2020
1 parent 947c2d0 commit df3849e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/libinput/default.nix
Expand Up @@ -27,11 +27,11 @@ in
with stdenv.lib;
stdenv.mkDerivation rec {
pname = "libinput";
version = "1.15.1";
version = "1.15.2";

src = fetchurl {
url = "https://www.freedesktop.org/software/libinput/${pname}-${version}.tar.xz";
sha256 = "05hcjlsrc38yn1g1n7kia9m93nc703hx66gf977kw5vgbi4mfbvb";
sha256 = "0ivpb4sghl80cs7jg3xrs53kckif6wy81cny3a8mry94nszky74p";
};

outputs = [ "bin" "out" "dev" ];
Expand Down

0 comments on commit df3849e

Please sign in to comment.