Unverified Commit a4c2ce87 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

cgl: 0.60.8 -> 0.60.9 (#336131)

parents e6c09b2d 8df36bb6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "cgl";
  version = "0.60.8";
  version = "0.60.9";

  src = fetchFromGitHub {
    owner = "coin-or";
    repo = "Cgl";
    rev = "releases/${finalAttrs.version}";
    hash = "sha256-nyqrHC6UOKp1wn6Yvk+53oBn60wUqSWEPUrcNTuPN04=";
    hash = "sha256-E84yCrgpRMjt7owPLPk1ATW+aeHNw8V24DHgkb6boIE=";
  };

  nativeBuildInputs = [