soplex: 7.1.1 -> 712

This commit is contained in:
R. Ryantm 2024-11-21 16:47:13 +00:00
parent d533f739c4
commit bcbc708ec8

View File

@ -7,13 +7,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "soplex";
version = "7.1.1";
version = "712";
src = fetchFromGitHub {
owner = "scipopt";
repo = "soplex";
rev = "release-${builtins.replaceStrings [ "." ] [ "" ] finalAttrs.version}";
hash = "sha256-f4PMJz/VHCx5Uk7M9JdE+4Qpf29X3S/umoiAo8NXYrU=";
hash = "sha256-8muN9wYDQX5CULifKBYO/t9whS2LsatrYB2khlV0akg=";
};
nativeBuildInputs = [ cmake ];