Guilhem Saurel
2025-10-01 09:53:22 +02:00
parent 78ea5008dc
commit 141759de4e

View File

@@ -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 = [