libinput-gestures: 2.77 -> 2.78

This commit is contained in:
R. Ryantm 2024-12-05 06:45:38 +00:00
parent 929116e316
commit 2bc4425f7f

View File

@ -12,13 +12,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "libinput-gestures";
version = "2.77";
version = "2.78";
src = fetchFromGitHub {
owner = "bulletmark";
repo = "libinput-gestures";
rev = "refs/tags/${finalAttrs.version}";
hash = "sha256-eMXNlSgQSuN+/5SXJQjsylC1ygHS87sIEmnVGFk3pzA=";
hash = "sha256-J9+KbaZYDPJzl/AE1gq6KNXIJns+XxoAL1oOSy7UTtY=";
};
patches = [
./0001-hardcode-name.patch