crocoddyl: 3.0.1 -> 3.1.0

This commit is contained in:
R. Ryantm
2025-10-15 19:53:34 +02:00
committed by Guilhem Saurel
parent 52ec1f4635
commit 271a664068
+2 -2
View File
@@ -16,13 +16,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "crocoddyl";
version = "3.0.1";
version = "3.1.0";
src = fetchFromGitHub {
owner = "loco-3d";
repo = "crocoddyl";
tag = "v${finalAttrs.version}";
hash = "sha256-eUH9fMhuIUp5kuDKNo4B8iJ3JlMIqv7wX6meOpyPTJk=";
hash = "sha256-m7UiCa8ydjsAIhsFiShTi3/JaKgq2TCQ1XYAMyTNg1U=";
};
outputs = [