cgl: 0.60.8 -> 0.60.9 (#336131)

This commit is contained in:
Weijia Wang
2024-08-31 13:57:45 +08:00
committed by GitHub
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "cgl";
version = "0.60.8";
version = "0.60.9";
src = fetchFromGitHub {
owner = "coin-or";
repo = "Cgl";
rev = "releases/${finalAttrs.version}";
hash = "sha256-nyqrHC6UOKp1wn6Yvk+53oBn60wUqSWEPUrcNTuPN04=";
hash = "sha256-E84yCrgpRMjt7owPLPk1ATW+aeHNw8V24DHgkb6boIE=";
};
nativeBuildInputs = [