libei: 1.2.0 -> 1.2.1

Changes: https://gitlab.freedesktop.org/libinput/libei/-/releases/1.2.1
This commit is contained in:
Sergei Trofimovich 2024-02-06 10:19:43 +00:00
parent 952bd69944
commit cee0292396

View File

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