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

clp: 1.17.8 -> 1.17.9

authored by

Felix Bühler and committed by
GitHub
83dbda68 d56f3b6a

+2 -2
+2 -2
pkgs/applications/science/math/clp/default.nix
··· 1 { lib, stdenv, fetchFromGitHub, pkg-config, coin-utils, zlib, osi }: 2 3 stdenv.mkDerivation rec { 4 - version = "1.17.8"; 5 pname = "clp"; 6 src = fetchFromGitHub { 7 owner = "coin-or"; 8 repo = "Clp"; 9 rev = "releases/${version}"; 10 - hash = "sha256-3Z6ysoCcDVB8UePiwbZNqvO/o/jgPcv6XFkpJZBK+Os="; 11 }; 12 13 nativeBuildInputs = [ pkg-config ];
··· 1 { lib, stdenv, fetchFromGitHub, pkg-config, coin-utils, zlib, osi }: 2 3 stdenv.mkDerivation rec { 4 + version = "1.17.9"; 5 pname = "clp"; 6 src = fetchFromGitHub { 7 owner = "coin-or"; 8 repo = "Clp"; 9 rev = "releases/${version}"; 10 + hash = "sha256-kHCDji+yIf5mCoxKB2b/HaATGmwwIAPEV74tthIMeMY="; 11 }; 12 13 nativeBuildInputs = [ pkg-config ];