mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-20 23:51:03 +00:00
libinput: 1.29.0 -> 1.29.1
Changes: https://gitlab.freedesktop.org/libinput/libinput/-/releases/1.29.1
This commit is contained in:
@@ -50,7 +50,7 @@ in
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "libinput";
|
||||
version = "1.29.0";
|
||||
version = "1.29.1";
|
||||
|
||||
outputs = [
|
||||
"bin"
|
||||
@@ -63,7 +63,7 @@ stdenv.mkDerivation rec {
|
||||
owner = "libinput";
|
||||
repo = "libinput";
|
||||
rev = version;
|
||||
hash = "sha256-wZRec6zIOALy1O6/NRRl0VxuS16SiL5SjXsley4K+c0=";
|
||||
hash = "sha256-wNiI6QPwuK0gUJRadSJx+FOx84kpVC4bXhuQ3ybewoY=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
||||
Reference in New Issue
Block a user