Merge pull request #36095 from ryantm/auto-update/xdo-0.5.6-to-0.5.7

xdo: 0.5.6 -> 0.5.7
This commit is contained in:
adisbladis 2018-02-28 14:11:43 +08:00 committed by GitHub
commit d4de0f3984
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "xdo-${version}";
version = "0.5.6";
version = "0.5.7";
src = fetchFromGitHub {
owner = "baskerville";
repo = "xdo";
rev = version;
sha256 = "1i8xlsp36ji7cvyh66ajqsf59hxpwm0xvnn9laq7nbajcx3qqlnh";
sha256 = "1h3jrygcjjbavdbkpx2hscsf0yf97gk487lzjdlvymd7dxdv9hy9";
};
makeFlags = "PREFIX=$(out)";