Merge pull request #36608 from ryantm/auto-update/libinput-gestures
libinput-gestures: 2.32 -> 2.33
This commit is contained in:
commit
a1672c114b
@ -5,14 +5,14 @@
|
|||||||
}:
|
}:
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "libinput-gestures";
|
pname = "libinput-gestures";
|
||||||
version = "2.32";
|
version = "2.33";
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "bulletmark";
|
owner = "bulletmark";
|
||||||
repo = "libinput-gestures";
|
repo = "libinput-gestures";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1by6sabx0s8sd9w5675gc26q7yccxnxxsjg4dqlb6nbs0vcg81s7";
|
sha256 = "0a4zq880da1rn0mxn1sq4cp6zkw4bfslr0vjczkbj4immjrj422j";
|
||||||
};
|
};
|
||||||
patches = [
|
patches = [
|
||||||
./0001-hardcode-name.patch
|
./0001-hardcode-name.patch
|
||||||
|
Loading…
x
Reference in New Issue
Block a user