libei: 1.4.0 -> 1.4.1

Changes: https://gitlab.freedesktop.org/libinput/libei/-/releases/1.4.1
This commit is contained in:
Sergei Trofimovich
2025-04-05 06:53:46 +01:00
parent effac2a662
commit ea31fed4a3
+2 -2
View File
@@ -23,14 +23,14 @@ let
in
stdenv.mkDerivation rec {
pname = "libei";
version = "1.4.0";
version = "1.4.1";
src = fetchFromGitLab {
domain = "gitlab.freedesktop.org";
owner = "libinput";
repo = "libei";
rev = version;
hash = "sha256-lSrIC93Cke90/Xc8dqd3e/TU32tflYHYqc5fE8wglBI=";
hash = "sha256-DoPQaTry1uzu6sM/wWEl4xeGq3h3BuMDeVYusHge6AI=";
};
buildInputs = [