tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
libinput: 1.11.0 -> 1.11.3
Tor Hedin Brønner
7 years ago
b0dfd3d7
9267b477
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
libinput
default.nix
+2
-2
pkgs/development/libraries/libinput/default.nix
···
16
16
with stdenv.lib;
17
17
stdenv.mkDerivation rec {
18
18
name = "libinput-${version}";
19
19
-
version = "1.11.0";
19
19
+
version = "1.11.3";
20
20
21
21
src = fetchurl {
22
22
url = "https://www.freedesktop.org/software/libinput/${name}.tar.xz";
23
23
-
sha256 = "04mwl1v51b785h7q3v23hahr0qzr48qq1jzj7d3msjvgh97nr8v4";
23
23
+
sha256 = "01nb1shnl871d939wgfd7nc9svclcnfjfhlq64b4yns2dvcr24gk";
24
24
};
25
25
26
26
outputs = [ "out" "dev" ];