xdotool: 3.20211022.1 -> 4.20260303.1

This commit is contained in:
nick-linux8
2026-06-11 11:32:36 -04:00
parent 290b66f8b5
commit 5ee4cc6c07
+4 -2
View File
@@ -15,13 +15,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "xdotool";
version = "3.20211022.1";
version = "4.20260303.1";
src = fetchFromGitHub {
owner = "jordansissel";
repo = "xdotool";
rev = "v${finalAttrs.version}";
sha256 = "sha256-XFiaiHHtUSNFw+xhUR29+2RUHOa+Eyj1HHfjCUjwd9k=";
hash = "sha256-cgCZuvcxD1qQPpzSmYQZJj9TH8Vq9xTZLU8Rg7sUrvI=";
};
nativeBuildInputs = [
@@ -38,6 +38,8 @@ stdenv.mkDerivation (finalAttrs: {
libxext
];
strictDeps = true;
preBuild = ''
mkdir -p $out/lib
'';