Merge pull request #242822 from nim65s/hpp-fcl-235

hpp-fcl: 2.3.4 -> 2.3.5
This commit is contained in:
Pol Dellaiera 2023-07-11 23:33:21 +02:00 committed by GitHub
commit 312fda1133
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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