Unverified Commit f94345fd authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

osqp-eigen: 0.10.3 -> 0.11.0 (#450687)

parents 8e4f8b6a f1a1c277
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "osqp-eigen";
  version = "0.10.3";
  version = "0.11.0";

  src = fetchFromGitHub {
    owner = "robotology";
    repo = "osqp-eigen";
    rev = "v${finalAttrs.version}";
    hash = "sha256-2H7B+e6/AUjAxMmRe2OEBImV/FOBxv9tZQLoEg7mmGg=";
    hash = "sha256-SrQxRyzbheotCTSF7eBFr6nxJxWdze1hFhP/F06cb7g=";
  };

  cmakeFlags = [