libinput-gestures: 2.78 -> 2.79

This commit is contained in:
R. Ryantm
2025-01-30 12:36:09 +00:00
parent bb2b0c599b
commit 429fceb22a
@@ -12,13 +12,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "libinput-gestures";
version = "2.78";
version = "2.79";
src = fetchFromGitHub {
owner = "bulletmark";
repo = "libinput-gestures";
tag = finalAttrs.version;
hash = "sha256-J9+KbaZYDPJzl/AE1gq6KNXIJns+XxoAL1oOSy7UTtY=";
hash = "sha256-oMteEOx2bwPBLgxB9uSE7zuR5vmuqX6J1Tk5nxefWa4=";
};
patches = [
./0001-hardcode-name.patch