proxsuite-nlp: 0.10.1 -> 0.11.0

This commit is contained in:
R. Ryantm 2025-03-19 13:04:35 +00:00
parent 044bc3de8e
commit 5b3ea258c1

View file

@ -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 = [