mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 08:01:31 +00:00
ycm-cmake-modules: 0.18.4 -> 0.18.5
This commit is contained in:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user