coin-utils: 2.11.8 -> 2.11.9

This commit is contained in:
R. Ryantm 2023-05-04 11:14:42 +00:00
parent 58f8ca5fd4
commit 4f4354aa03

View File

@ -1,14 +1,14 @@
{ lib, stdenv, fetchFromGitHub, pkg-config }:
stdenv.mkDerivation rec {
version = "2.11.8";
version = "2.11.9";
pname = "coinutils";
src = fetchFromGitHub {
owner = "coin-or";
repo = "CoinUtils";
rev = "releases/${version}";
hash = "sha256-ZV2nLP/oOLfnBGk1yow+b/oTKpoxyEkcCPHCSNAk+Tk=";
hash = "sha256-DgHVbcXd36WW6JQbiq1MUHAiKLs8CTau87rs0T76sGs=";
};
doCheck = true;