Unverified Commit e8131665 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #217147 from r-ryantm/auto-update/pinocchio

pinocchio: 2.6.16 -> 2.6.17
parents 5eadc055 a40ddd91
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,14 +11,14 @@

stdenv.mkDerivation rec {
  pname = "pinocchio";
  version = "2.6.16";
  version = "2.6.17";

  src = fetchFromGitHub {
    owner = "stack-of-tasks";
    repo = pname;
    rev = "v${version}";
    fetchSubmodules = true;
    hash = "sha256-ihyLoElqpIhsZXPF3o4XgbkzeE/BYdz8+WhLLcpc6PE=";
    hash = "sha256-P/2cwFMtVaxT+qt2RDa7qjUIFjDBJ7U6epRFahOKux4=";
  };

  # error: use of undeclared identifier '__sincos'