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 in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "libei"; pname = "libei";
version = "0.99.2"; version = "1.0.0";
src = fetchFromGitLab { src = fetchFromGitLab {
domain = "gitlab.freedesktop.org"; domain = "gitlab.freedesktop.org";
owner = "libinput"; owner = "libinput";
repo = "libei"; repo = "libei";
rev = version; rev = version;
hash = "sha256-hxWWOvqenHHnzrvRwSwNT1GFVx9NR+Mm1XK9nisF8fA="; hash = "sha256-Xt4mhZMAohdQWsqfZCaP3+Tsauxv3GhlceiqgxdfNWo=";
}; };
buildInputs = [ buildInputs = [