Unverified Commit 8a12c0fb authored by Rafael Ieda's avatar Rafael Ieda
Browse files

scipopt-zimpl: update scipVersion

parent 30af8f50
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,13 +14,13 @@ stdenv.mkDerivation rec {
  version = "362";

  # To correlate scipVersion and version, check: https://scipopt.org/#news
  scipVersion = "9.2.3";
  scipVersion = "9.2.4";

  src = fetchFromGitHub {
    owner = "scipopt";
    repo = "zimpl";
    tag = "v${version}";
    sha256 = "juqAwzqBArsFXmz7L7RQaE78EhQdP5P51wQFlCoo7/o=";
    hash = "sha256-juqAwzqBArsFXmz7L7RQaE78EhQdP5P51wQFlCoo7/o=";
  };

  postPatch = ''