ydotool: update cmake version

authored by etwas and committed by GitHub 38d35860 5d015422

+9
+9
pkgs/by-name/yd/ydotool/package.nix
··· 2 lib, 3 stdenv, 4 fetchFromGitHub, 5 cmake, 6 scdoc, 7 util-linux, ··· 19 rev = "v${finalAttrs.version}"; 20 hash = "sha256-MtanR+cxz6FsbNBngqLE+ITKPZFHmWGsD1mBDk0OVng="; 21 }; 22 23 postPatch = '' 24 substituteInPlace Daemon/ydotoold.c \
··· 2 lib, 3 stdenv, 4 fetchFromGitHub, 5 + fetchpatch2, 6 cmake, 7 scdoc, 8 util-linux, ··· 20 rev = "v${finalAttrs.version}"; 21 hash = "sha256-MtanR+cxz6FsbNBngqLE+ITKPZFHmWGsD1mBDk0OVng="; 22 }; 23 + 24 + patches = [ 25 + (fetchpatch2 { 26 + url = "https://github.com/ReimuNotMoe/ydotool/commit/58fde33d9a8b393fd59348f71e80c56177b62706.patch?full_index=1"; 27 + hash = "sha256-Ga9DPCzpJwtYVHWwKKl3kzn2BPEZBZ7uzbEY/eFXGs4="; 28 + includes = [ "CMakeLists.txt" ]; 29 + }) 30 + ]; 31 32 postPatch = '' 33 substituteInPlace Daemon/ydotoold.c \