Guilhem Saurel 2024-11-01 21:58:44 +01:00
parent 807e9154dc
commit c0c69179b5

View File

@ -4,7 +4,6 @@
eigenrand,
example-robot-data,
fetchFromGitHub,
fetchpatch,
fmt,
fontconfig,
graphviz,
@ -19,13 +18,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "proxsuite-nlp";
version = "0.8.0";
version = "0.10.0";
src = fetchFromGitHub {
owner = "Simple-Robotics";
repo = "proxsuite-nlp";
rev = "v${finalAttrs.version}";
hash = "sha256-Dy8+pPTv/B6vVdpGndVOV16WSLiENJfaIrn1+FYwcI0=";
hash = "sha256-JWMvPIxmZ5vSVS3nSlhFyNu8hLSVTc7Hdvd4YmE/pI8=";
};
outputs = [
@ -33,15 +32,6 @@ stdenv.mkDerivation (finalAttrs: {
"doc"
];
patches = [
# Fix use of system jrl-cmakemodules
# This patch was merged upstream and can be removed on next release
(fetchpatch {
url = "https://github.com/Simple-Robotics/proxsuite-nlp/pull/109/commits/9bf741ce6010052a773071472891f42adc6cbbea.patch";
hash = "sha256-sluMVrTw7EXLFa0dqkoZTkpGjKe7zODqIqbJxCdfSwY=";
})
];
nativeBuildInputs = [
cmake
doxygen