mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
libinput: 1.3.0 -> 1.3.1 (#15838)
This commit is contained in:
parent
68b0f2f500
commit
ed6c82614b
@ -15,11 +15,11 @@ in
|
||||
|
||||
with stdenv.lib;
|
||||
stdenv.mkDerivation rec {
|
||||
name = "libinput-1.3.0";
|
||||
name = "libinput-1.3.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://www.freedesktop.org/software/libinput/${name}.tar.xz";
|
||||
sha256 = "1sn1s1bz06fa49izqkqf519sjclsvhf42i6slzx1w5hx4vxpb2lr";
|
||||
sha256 = "1adcc82746ywwymr9b3mvr2vq539hvp1zxks6s7p2p1rjcynbzyd";
|
||||
};
|
||||
|
||||
outputs = [ "dev" "out" ];
|
||||
|
Loading…
Reference in New Issue
Block a user