crocoddyl: 2.1.0 -> 2.2.0 (#381051)

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