Commit bd1d6c59 authored by R. RyanTM's avatar R. RyanTM
Browse files

osi: 0.108.9 -> 0.108.10

parent f2c7ecb8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@

stdenv.mkDerivation rec {
  pname = "osi";
  version = "0.108.9";
  version = "0.108.10";

  src = fetchFromGitHub {
    owner = "coin-or";
    repo = "Osi";
    rev = "releases/${version}";
    hash = "sha256-ueIa9CL4K5ygKpkMRvfuWR0emEG6omg65ZKCsConWsw=";
    hash = "sha256-rHNGnnDFU9UrszjjkZQkgWCfjjBIQba6vVbK/HLpRsQ=";
  };

  buildInputs =