Skip to content

Commit 2bc4425

Browse files
committed
libinput-gestures: 2.77 -> 2.78
1 parent 929116e commit 2bc4425

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/li/libinput-gestures/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
}:
1313
stdenv.mkDerivation (finalAttrs: {
1414
pname = "libinput-gestures";
15-
version = "2.77";
15+
version = "2.78";
1616

1717
src = fetchFromGitHub {
1818
owner = "bulletmark";
1919
repo = "libinput-gestures";
2020
rev = "refs/tags/${finalAttrs.version}";
21-
hash = "sha256-eMXNlSgQSuN+/5SXJQjsylC1ygHS87sIEmnVGFk3pzA=";
21+
hash = "sha256-J9+KbaZYDPJzl/AE1gq6KNXIJns+XxoAL1oOSy7UTtY=";
2222
};
2323
patches = [
2424
./0001-hardcode-name.patch

0 commit comments

Comments
 (0)