From c0c69179b51c32abac167349f055ce7449c99aa7 Mon Sep 17 00:00:00 2001 From: Guilhem Saurel Date: Fri, 1 Nov 2024 21:58:44 +0100 Subject: [PATCH] proxsuite-nlp: 0.8.0 -> 0.10.0 Diff: https://github.com/Simple-Robotics/proxsuite-nlp/compare/v0.8.0...v0.10.0 Changelog: https://github.com/Simple-Robotics/proxsuite-nlp/blob/v0.10.0/CHANGELOG.md --- pkgs/by-name/pr/proxsuite-nlp/package.nix | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/pkgs/by-name/pr/proxsuite-nlp/package.nix b/pkgs/by-name/pr/proxsuite-nlp/package.nix index 194ff2fe967d..f522a4c9618a 100644 --- a/pkgs/by-name/pr/proxsuite-nlp/package.nix +++ b/pkgs/by-name/pr/proxsuite-nlp/package.nix @@ -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