From 4632cd070318b9a7f5ecb471c93e038995349036 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 29 Jul 2024 23:24:02 +0000 Subject: [PATCH] python312Packages.hpp-fcl: 2.4.4 -> 2.4.5 --- pkgs/development/libraries/hpp-fcl/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/hpp-fcl/default.nix b/pkgs/development/libraries/hpp-fcl/default.nix index 430e1bf16322..0359abec9b08 100644 --- a/pkgs/development/libraries/hpp-fcl/default.nix +++ b/pkgs/development/libraries/hpp-fcl/default.nix @@ -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;