csdp 6.1.1 -> 6.2.0 https://repology.org/project/csdp/versions attrpath: csdp Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/applications/science/math/csdp/default.nix b/pkgs/applications/science/math/csdp/default.nix index 6ce03008d3a9..6c0497d849a5 100644 --- a/pkgs/applications/science/math/csdp/default.nix +++ b/pkgs/applications/science/math/csdp/default.nix @@ -2,11 +2,11 @@ stdenv.mkDerivation rec { pname = "csdp"; - version = "6.1.1"; + version = "6.2.0"; src = fetchurl { url = "https://www.coin-or.org/download/source/Csdp/Csdp-${version}.tgz"; - sha256 = "1f9ql6cjy2gwiyc51ylfan24v1ca9sjajxkbhszlds1lqmma8n05"; + sha256 = "sha256-fyAqFfM0g+4gXc+9BXP9vXSRFgS7c5oE+LqjX4oFXFs="; }; buildInputs = [ blas gfortran.cc.lib lapack ];