Merge pull request #136743 from r-ryantm/auto-update/xdotool

xdotool: 3.20210804.2 -> 3.20210903.1
This commit is contained in:
Jörg Thalheim 2021-09-07 07:09:01 +01:00 committed by GitHub
commit 55b1f47761
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "xdotool";
version = "3.20210804.2";
version = "3.20210903.1";
src = fetchFromGitHub {
owner = "jordansissel";
repo = pname;
rev = "v${version}";
sha256 = "sha256-7N5f/BFtq/m5MsXe7ZCTUTc1yp+JDJNRF1P9qB2l554=";
sha256 = "sha256-fmz/CJm1GgNOYjOfC6uNwDa8jV+GczPw8m6Qb2jw3rE=";
};
nativeBuildInputs = [ pkg-config perl ];