We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 3430999 commit b938811Copy full SHA for b938811
pkgs/development/ocaml-modules/ocamlgraph/default.nix
@@ -2,11 +2,11 @@
2
3
stdenv.mkDerivation rec {
4
name = "ocamlgraph-${version}";
5
- version = "1.8.7";
+ version = "1.8.8";
6
7
src = fetchurl {
8
url = "http://ocamlgraph.lri.fr/download/ocamlgraph-${version}.tar.gz";
9
- sha256 = "1845r537swjil2fcj7lgbibc2zybfwqqasrd2s7bncajs83cl1nz";
+ sha256 = "0m9g16wrrr86gw4fz2fazrh8nkqms0n863w7ndcvrmyafgxvxsnr";
10
};
11
12
buildInputs = [ ocaml findlib lablgtk ];
0 commit comments