libinput: 1.26.0 -> 1.26.1

Changes: https://lists.freedesktop.org/archives/wayland-devel/2024-June/043682.html
This commit is contained in:
Sergei Trofimovich 2024-06-27 22:03:44 +01:00
parent 1bfaa6d6e1
commit a63b515bdf

View File

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