Unverified Commit f7b6b2c3 authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

crocoddyl: 2.1.0 -> 2.2.0 (#381051)



Co-authored-by: default avatarnim65s <guilhem.saurel@laas.fr>
parents f9e48655 72562941
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [