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

proxsuite-nlp: 0.10.1 -> 0.11.0 (#391284)

parents e25e33c7 5b3ea258
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,13 +18,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "proxsuite-nlp";
  version = "0.10.1";
  version = "0.11.0";

  src = fetchFromGitHub {
    owner = "Simple-Robotics";
    repo = "proxsuite-nlp";
    rev = "v${finalAttrs.version}";
    hash = "sha256-+zg3QGPLqrvwT7rjnYXTUwIzHlHrIAISj/+Q9HU4cYs=";
    hash = "sha256-ae8o0R+79qetAsc/KmvtBSVfH9695Cg4bcDBAEzKr6A=";
  };

  outputs = [