Unverified Commit 481a7f9f authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

scipopt-soplex: 8.0.0 -> 8.0.1 (#486602)

parents 55866646 5c430008
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "scipopt-soplex";
  version = "8.0.0";
  version = "8.0.1";

  src = fetchFromGitHub {
    owner = "scipopt";
    repo = "soplex";
    tag = "v${finalAttrs.version}";
    hash = "sha256-AppJUule+0x23gF/PwjDMsZ194aqK91UTevQgjPZIgc=";
    hash = "sha256-NN1UwwvLPfRIpL49UV8f2G4glUmTEywKNXK3m1LFHcg=";
  };

  nativeBuildInputs = [ cmake ];