libinput: 1.26.1 -> 1.26.2

Changes: https://lists.freedesktop.org/archives/wayland-devel/2024-August/043706.html
This commit is contained in:
Sergei Trofimovich 2024-08-19 21:40:33 +01:00
parent 625941e1a9
commit 84762ac4d0

View File

@ -45,7 +45,7 @@ in
stdenv.mkDerivation rec {
pname = "libinput";
version = "1.26.1";
version = "1.26.2";
outputs = [ "bin" "out" "dev" ];
@ -54,7 +54,7 @@ stdenv.mkDerivation rec {
owner = "libinput";
repo = "libinput";
rev = version;
hash = "sha256-3iWKqg9HSicocDAyp1Lk87nBbj+Slg1/e1VKEOIQkyQ=";
hash = "sha256-Ly832W2U38JuXiqvt6e7u3APynrmwi4Ns98bBdTBnP8=";
};
patches = [