Unverified Commit 56c11dd4 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

scipopt-scip: 10.0.1 -> 10.0.2 (#506198)

parents 7b7a9052 27977ee1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,13 +20,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "scipopt-scip";
  version = "10.0.1";
  version = "10.0.2";

  src = fetchFromGitHub {
    owner = "scipopt";
    repo = "scip";
    tag = "v${finalAttrs.version}";
    hash = "sha256-YbPGJl2q9Ja1WRhcmpMJgmfE8crY/dH05ayj/N2pQAY=";
    hash = "sha256-8R9/6dTsTIcvp2pYWXlTh7WuzlotJb+y5hJpzY+r1pc=";
  };

  nativeBuildInputs = [ cmake ];