libei: 1.4.1 -> 1.5.0

Changes: https://gitlab.freedesktop.org/libinput/libei/-/releases/1.5.0
This commit is contained in:
Sergei Trofimovich
2025-08-31 06:37:15 +01:00
parent b536f7a97c
commit d29e6dcda2
+2 -2
View File
@@ -23,14 +23,14 @@ let
in
stdenv.mkDerivation rec {
pname = "libei";
version = "1.4.1";
version = "1.5.0";
src = fetchFromGitLab {
domain = "gitlab.freedesktop.org";
owner = "libinput";
repo = "libei";
rev = version;
hash = "sha256-DoPQaTry1uzu6sM/wWEl4xeGq3h3BuMDeVYusHge6AI=";
hash = "sha256-PqQpJz88tDzjwsBuwxpWcGAWz6Gp6A/oAOS87uxGOGs=";
};
buildInputs = [