Unverified Commit dbb16755 authored by Marcin Serwin's avatar Marcin Serwin Committed by GitHub
Browse files

soplex: 713 -> 716 (#399129)

parents 3692312e 25a93c77
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "soplex";
  version = "713";
  version = "716";

  src = fetchFromGitHub {
    owner = "scipopt";
    repo = "soplex";
    rev = "release-${builtins.replaceStrings [ "." ] [ "" ] finalAttrs.version}";
    hash = "sha256-qI7VGPAm3ALzeiD/OgvlZ1w2GzHRYdBajTW5XdIN9pU=";
    hash = "sha256-v2lDtnY3O1nP8RYALqpeO8q4b3bUAKZe4b3QhtnGiGg=";
  };

  nativeBuildInputs = [ cmake ];