ydotool: update cmake version (#445295)

Grimmauld 940f7fb6 2b7d18b5

Changed files
+9
pkgs
by-name
yd
ydotool
+9
pkgs/by-name/yd/ydotool/package.nix
···
lib,
stdenv,
fetchFromGitHub,
cmake,
scdoc,
util-linux,
···
rev = "v${finalAttrs.version}";
hash = "sha256-MtanR+cxz6FsbNBngqLE+ITKPZFHmWGsD1mBDk0OVng=";
};
postPatch = ''
substituteInPlace Daemon/ydotoold.c \
···
lib,
stdenv,
fetchFromGitHub,
+
fetchpatch2,
cmake,
scdoc,
util-linux,
···
rev = "v${finalAttrs.version}";
hash = "sha256-MtanR+cxz6FsbNBngqLE+ITKPZFHmWGsD1mBDk0OVng=";
};
+
+
patches = [
+
(fetchpatch2 {
+
url = "https://github.com/ReimuNotMoe/ydotool/commit/58fde33d9a8b393fd59348f71e80c56177b62706.patch?full_index=1";
+
hash = "sha256-Ga9DPCzpJwtYVHWwKKl3kzn2BPEZBZ7uzbEY/eFXGs4=";
+
includes = [ "CMakeLists.txt" ];
+
})
+
];
postPatch = ''
substituteInPlace Daemon/ydotoold.c \