Unverified Commit db5d8e1b authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #330964 from r-ryantm/auto-update/python312Packages.hpp-fcl

python312Packages.hpp-fcl: 2.4.4 -> 2.4.5
parents baa4ba5c 4632cd07
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.4.4";
  version = "2.4.5";

  src = fetchFromGitHub {
    owner = "humanoid-path-planner";
    repo = "hpp-fcl";
    rev = "v${finalAttrs.version}";
    fetchSubmodules = true;
    hash = "sha256-BwS9RSirdlD6Cqwp7KD59dkh2WsJVwdlH9LzM2AFjI4=";
    hash = "sha256-0OORdtT7vMpvK3BPJvtvuLcz0+bfu1+nVvzs3y+LyQw=";
  };

  strictDeps = true;