libei: 1.2.1 -> 1.3.0

Changes: https://gitlab.freedesktop.org/libinput/libei/-/releases/1.3.0
This commit is contained in:
Sergei Trofimovich 2024-08-08 21:53:36 +01:00
parent fa4b81d8e9
commit c87320cec7

View File

@ -22,14 +22,14 @@ let
in
stdenv.mkDerivation rec {
pname = "libei";
version = "1.2.1";
version = "1.3.0";
src = fetchFromGitLab {
domain = "gitlab.freedesktop.org";
owner = "libinput";
repo = "libei";
rev = version;
hash = "sha256-8n/C0rBlyhY8SaxkwU+tDskwSQObLRrR+utk4Ktgb7U=";
hash = "sha256-yKeMHgR3s83xwoXgLW28ewF2tvs6l0Hq0cCAroCgq0U=";
};
buildInputs = [