hpp-fcl: 2.3.5 -> 2.3.6

This commit is contained in:
R. Ryantm 2023-10-03 10:52:32 +00:00
parent 9d2e9d8ddf
commit 3fe05ddf40

View File

@ -14,14 +14,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "hpp-fcl";
version = "2.3.5";
version = "2.3.6";
src = fetchFromGitHub {
owner = "humanoid-path-planner";
repo = finalAttrs.pname;
rev = "v${finalAttrs.version}";
fetchSubmodules = true;
hash = "sha256-jVIYP0yA1oSsUMN4vtrkfawj9Q2MwNjSrwDBTvGErg8=";
hash = "sha256-Y6ATYXsV8hH22XiXyvacuUhHTuNCzObPlxNX2vZGghM=";
};
strictDeps = true;