Merge pull request #229602 from r-ryantm/auto-update/clp

clp: 1.17.7 -> 1.17.8
This commit is contained in:
Weijia Wang 2023-05-23 01:16:56 +03:00 committed by GitHub
commit 9845f9dade
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,13 +1,13 @@
{ lib, stdenv, fetchFromGitHub, pkg-config, coin-utils, zlib, osi }:
stdenv.mkDerivation rec {
version = "1.17.7";
version = "1.17.8";
pname = "clp";
src = fetchFromGitHub {
owner = "coin-or";
repo = "Clp";
rev = "releases/${version}";
hash = "sha256-CfAK/UbGaWvyk2ZxKEgziVruzZfz7WMJVi/YvdR/UNA=";
hash = "sha256-3Z6ysoCcDVB8UePiwbZNqvO/o/jgPcv6XFkpJZBK+Os=";
};
nativeBuildInputs = [ pkg-config ];