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:
parent
2fcea20ca0
commit
7294f7567a
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user