libei: 1.0.0rc2 -> 1.0.0

This commit is contained in:
PedroHLC ☭ 2023-07-11 22:11:00 -03:00 committed by Anderson Torres
parent c483c6c303
commit 0cf691661c

View File

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