libinput-gestures: fix rev link

Previous commit forgot an `s` in `refs`, making the link 404

Co-authored-by: Eman Resu <78693624+llakala@users.noreply.github.com>
This commit is contained in:
NovaViper 2024-10-29 18:50:02 -05:00
parent 2fcea20ca0
commit 7294f7567a
No known key found for this signature in database
GPG Key ID: 2F08F1907095468B

View File

@ -17,7 +17,7 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchFromGitHub {
owner = "bulletmark";
repo = "libinput-gestures";
rev = "ref/tags/${finalAttrs.version}";
rev = "refs/tags/${finalAttrs.version}";
hash = "sha256-eMXNlSgQSuN+/5SXJQjsylC1ygHS87sIEmnVGFk3pzA=";
};
patches = [