Commit 5b3ea258 authored by R. RyanTM's avatar R. RyanTM
Browse files

proxsuite-nlp: 0.10.1 -> 0.11.0

parent 044bc3de
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 = [