crocoddyl: 2.2.0 -> 3.0.0 (#391300)

Co-authored-by: nim65s <guilhem.saurel@laas.fr>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-03-19 16:03:28 +00:00
committed by GitHub
co-authored by nim65s
+2 -2
View File
@@ -16,13 +16,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "crocoddyl";
version = "2.2.0";
version = "3.0.0";
src = fetchFromGitHub {
owner = "loco-3d";
repo = "crocoddyl";
rev = "v${finalAttrs.version}";
hash = "sha256-j3TL5TpIdTkTO32Fuu+LyiieiXoOMvShi/LbBL5YYzA=";
hash = "sha256-oWcclzzuswiR1SaQJd6GnMltJ2vgt7AgJPT0FJzD1Gs=";
};
outputs = [