about summary refs log tree commit diff
path: root/pkgs/development/libraries
diff options
context:
space:
mode:
authorGuilhem Saurel <guilhem.saurel@laas.fr>2023-07-11 12:57:30 +0200
committerGuilhem Saurel <guilhem.saurel@laas.fr>2023-07-11 12:57:30 +0200
commitcdd8d88604d1ae6ea88a576d5bca75509055e850 (patch)
tree9011331da7d71b883a8eb4590edb96a8c7fbd01d /pkgs/development/libraries
parente5121d2836ef8b6e7867c09ac89afb8223ea5b97 (diff)
downloadnixlib-cdd8d88604d1ae6ea88a576d5bca75509055e850.tar
nixlib-cdd8d88604d1ae6ea88a576d5bca75509055e850.tar.gz
nixlib-cdd8d88604d1ae6ea88a576d5bca75509055e850.tar.bz2
nixlib-cdd8d88604d1ae6ea88a576d5bca75509055e850.tar.lz
nixlib-cdd8d88604d1ae6ea88a576d5bca75509055e850.tar.xz
nixlib-cdd8d88604d1ae6ea88a576d5bca75509055e850.tar.zst
nixlib-cdd8d88604d1ae6ea88a576d5bca75509055e850.zip
hpp-fcl: 2.3.4 -> 2.3.5
Diffstat (limited to 'pkgs/development/libraries')
-rw-r--r--pkgs/development/libraries/hpp-fcl/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/hpp-fcl/default.nix b/pkgs/development/libraries/hpp-fcl/default.nix
index ba58835ea5dd..421782fc8d3d 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.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;