proxsuite-nlp: 0.10.0 -> 0.10.1

This commit is contained in:
R. Ryantm
2025-01-24 14:06:28 +00:00
parent 0aa475546e
commit 64aa1fa04c
+2 -2
View File
@@ -18,13 +18,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "proxsuite-nlp";
version = "0.10.0";
version = "0.10.1";
src = fetchFromGitHub {
owner = "Simple-Robotics";
repo = "proxsuite-nlp";
rev = "v${finalAttrs.version}";
hash = "sha256-JWMvPIxmZ5vSVS3nSlhFyNu8hLSVTc7Hdvd4YmE/pI8=";
hash = "sha256-+zg3QGPLqrvwT7rjnYXTUwIzHlHrIAISj/+Q9HU4cYs=";
};
outputs = [