libei: 1.0.0 -> 1.1.0

This commit is contained in:
PedroHLC ☭ 2023-09-19 09:17:30 -03:00
parent 5148520bfa
commit 5c5915c376
No known key found for this signature in database
GPG key ID: DF4C6898CBDC6DF5

View file

@ -24,14 +24,14 @@ let
in
stdenv.mkDerivation rec {
pname = "libei";
version = "1.0.0";
version = "1.1.0";
src = fetchFromGitLab {
domain = "gitlab.freedesktop.org";
owner = "libinput";
repo = "libei";
rev = version;
hash = "sha256-Xt4mhZMAohdQWsqfZCaP3+Tsauxv3GhlceiqgxdfNWo=";
hash = "sha256-ebZZ2dGXrPBUDPsuu5GZY5kDv9qndnxepQUGFDe9PUg=";
};
buildInputs = [