libinput-gestures: 2.38 -> 2.39

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libinput-gestures/versions
This commit is contained in:
R. RyanTM 2018-11-09 11:57:34 -08:00
parent a054d74507
commit 28c4e861f2

View File

@ -5,14 +5,14 @@
}:
stdenv.mkDerivation rec {
pname = "libinput-gestures";
version = "2.38";
version = "2.39";
name = "${pname}-${version}";
src = fetchFromGitHub {
owner = "bulletmark";
repo = "libinput-gestures";
rev = version;
sha256 = "1nxvlifag04v56grdwxc3l92kmf51c4w2lq42a3w76yc6p4nxw1m";
sha256 = "0bzyi55yhr9wyar9mnd09cr6pi88jkkp0f9lndm0a9jwi1xr4bdf";
};
patches = [
./0001-hardcode-name.patch