Unverified Commit 7294f756 authored by NovaViper's avatar NovaViper
Browse files

libinput-gestures: fix rev link


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

Co-authored-by: default avatarEman Resu <78693624+llakala@users.noreply.github.com>
parent 2fcea20c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 = [