Commit 141759de authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files
parent 78ea5008
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -38,13 +38,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "casadi";
  version = "3.7.1";
  version = "3.7.2";

  src = fetchFromGitHub {
    owner = "casadi";
    repo = "casadi";
    tag = finalAttrs.version;
    hash = "sha256-554ZN+GfkGHN0cthsb/fPWdo+U2IqLz4q+x60SxRAfk=";
    hash = "sha256-I6CYtKVvE67NSYH/JGJFP5wHhm1xACctz7uTwOFFihA=";
  };

  patches = [