clp: 1.16.11 -> 1.17.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/clp/versions
This commit is contained in:
parent
2fcb11a244
commit
e869b87dbb
|
@ -1,11 +1,11 @@
|
||||||
{ stdenv, fetchurl, zlib }:
|
{ stdenv, fetchurl, zlib }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "1.16.11";
|
version = "1.17.0";
|
||||||
name = "clp-${version}";
|
name = "clp-${version}";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://www.coin-or.org/download/source/Clp/Clp-${version}.tgz";
|
url = "https://www.coin-or.org/download/source/Clp/Clp-${version}.tgz";
|
||||||
sha256 = "0fazlqpp845186nmixa9f1xfxqqkdr1xj4va7q29m8594ca4a9dm";
|
sha256 = "1p3slyi6vz5b2r7jlp66659kqll5r5hj83y9f0mrla3mh1bxlb79";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ zlib ];
|
propagatedBuildInputs = [ zlib ];
|
||||||
|
|
Loading…
Reference in New Issue