Skip to content

Commit 527e4bf

Browse files
authored
clp: 1.17.9 -> 1.17.10 (#348244)
2 parents 2984493 + 2d683b3 commit 527e4bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/applications/science/math/clp/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{ lib, stdenv, fetchFromGitHub, pkg-config, coin-utils, zlib, osi }:
22

33
stdenv.mkDerivation rec {
4-
version = "1.17.9";
4+
version = "1.17.10";
55
pname = "clp";
66
src = fetchFromGitHub {
77
owner = "coin-or";
88
repo = "Clp";
99
rev = "releases/${version}";
10-
hash = "sha256-kHCDji+yIf5mCoxKB2b/HaATGmwwIAPEV74tthIMeMY=";
10+
hash = "sha256-9IlBT6o1aHAaYw2/39XrUis72P9fesmG3B6i/e+v3mM=";
1111
};
1212

1313
nativeBuildInputs = [ pkg-config ];

0 commit comments

Comments
 (0)