Skip to content

Commit 5d73ec2

Browse files
authored
libinput-gestures: fix rev link (#352240)
2 parents ed9a031 + 7294f75 commit 5d73ec2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/tools/inputmethods/libinput-gestures/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ stdenv.mkDerivation (finalAttrs: {
1717
src = fetchFromGitHub {
1818
owner = "bulletmark";
1919
repo = "libinput-gestures";
20-
rev = "ref/tags/${finalAttrs.version}";
20+
rev = "refs/tags/${finalAttrs.version}";
2121
hash = "sha256-eMXNlSgQSuN+/5SXJQjsylC1ygHS87sIEmnVGFk3pzA=";
2222
};
2323
patches = [

0 commit comments

Comments
 (0)