ycm-cmake-modules: 0.18.4 -> 0.18.5

This commit is contained in:
R. Ryantm
2026-06-19 20:24:01 +00:00
parent 471ac28cfa
commit a0269c6eb1

View File

@@ -8,12 +8,12 @@
stdenv.mkDerivation (finalAttrs: {
pname = "ycm-cmake-modules";
version = "0.18.4";
version = "0.18.5";
src = fetchFromGitHub {
owner = "robotology";
repo = "ycm-cmake-modules";
rev = "v${finalAttrs.version}";
hash = "sha256-Xmc23r3hmwg9v620KGfUV/s7feJUVVZD1OaT3TAQBBY=";
hash = "sha256-ZizhvKKTOpkpjgIbh0JJSBwCh46UZxccjrqg3J1ObTg=";
};
nativeBuildInputs = [ cmake ];