soplex: 712 -> 713

This commit is contained in:
R. Ryantm 2025-02-01 04:48:40 +00:00
parent b7210760d3
commit 5f9e5f8a98

View file

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