From 78ba8eabb4b528da71689bcd3e0d9f551b89ab03 Mon Sep 17 00:00:00 2001 From: Weijia Wang <9713184+wegank@users.noreply.github.com> Date: Tue, 10 Dec 2024 04:16:32 +0100 Subject: [PATCH] python312Packages.example-robot-data: 4.1.0 -> 4.2.0 --- pkgs/by-name/ex/example-robot-data/package.nix | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/pkgs/by-name/ex/example-robot-data/package.nix b/pkgs/by-name/ex/example-robot-data/package.nix index 63331bbf5a849..4b649a8471564 100644 --- a/pkgs/by-name/ex/example-robot-data/package.nix +++ b/pkgs/by-name/ex/example-robot-data/package.nix @@ -2,7 +2,6 @@ cmake, doxygen, fetchFromGitHub, - fetchpatch, lib, pkg-config, pythonSupport ? false, @@ -12,14 +11,14 @@ stdenv.mkDerivation (finalAttrs: { pname = "example-robot-data"; - version = "4.1.0"; + version = "4.2.0"; src = fetchFromGitHub { owner = "Gepetto"; repo = "example-robot-data"; rev = "v${finalAttrs.version}"; fetchSubmodules = true; - hash = "sha256-Heq+c8SSYNO8ksTv5FphRBRStlTakm9T66jlPXon5tI="; + hash = "sha256-IRmqeaN0EaIjYaibTEAR8KhixoNQsl6YydbGQRinP6w="; }; outputs = [ @@ -29,16 +28,6 @@ stdenv.mkDerivation (finalAttrs: { strictDeps = true; - patches = [ - # Temporary patch for pinocchio v3.0.0 compatibility. - # Should be removed on next example-robot-data release - (fetchpatch { - name = "pin3.patch"; - url = "https://github.com/Gepetto/example-robot-data/pull/217/commits/a605ceec857005cde153ec5895e227205eb7a5c3.patch"; - hash = "sha256-cvAWFytrU2XVggo/nCg8cuLcaZBTACXg6LxjL/6YMPs="; - }) - ]; - nativeBuildInputs = [ cmake