Unverified Commit 14729056 authored by Fabián Heredia Montiel's avatar Fabián Heredia Montiel Committed by GitHub
Browse files

Merge pull request #258781 from r-ryantm/auto-update/hpp-fcl

hpp-fcl: 2.3.5 -> 2.3.6
parents a7577250 3fe05ddf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;