Unverified Commit 089fe097 authored by Rafael Ieda's avatar Rafael Ieda
Browse files

scipopt-papilo: 2.4.3 -> 2.4.4

parent 10d9aca7
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -12,16 +12,16 @@

stdenv.mkDerivation rec {
  pname = "scipopt-papilo";
  version = "2.4.3";
  version = "2.4.4";

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

  src = fetchFromGitHub {
    owner = "scipopt";
    repo = "papilo";
    tag = "v${version}";
    hash = "sha256-SsRAwidqvisoDODBLRatVWFw7wGeLUavmPXSlPmD7d8=";
    hash = "sha256-VHOwr3uIhurab1zI9FeecBXZIp1ee2pk8fhVak6H0+A=";
  };

  nativeBuildInputs = [ cmake ];