libinput-gestures: 2.76 -> 2.77
This commit is contained in:
parent
52cfd83eee
commit
b24c50ea7a
@ -5,13 +5,13 @@
|
|||||||
}:
|
}:
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "libinput-gestures";
|
pname = "libinput-gestures";
|
||||||
version = "2.76";
|
version = "2.77";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "bulletmark";
|
owner = "bulletmark";
|
||||||
repo = "libinput-gestures";
|
repo = "libinput-gestures";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-Tb/gQ/2Ul4JzEiLEUPJBj9T6ZAqzMSPdgiofdnDj73Q=";
|
hash = "sha256-eMXNlSgQSuN+/5SXJQjsylC1ygHS87sIEmnVGFk3pzA=";
|
||||||
};
|
};
|
||||||
patches = [
|
patches = [
|
||||||
./0001-hardcode-name.patch
|
./0001-hardcode-name.patch
|
||||||
|
Loading…
Reference in New Issue
Block a user