We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 11294e5 + 890561d commit ba556d1Copy full SHA for ba556d1
pkgs/development/ocaml-modules/conduit/default.nix
@@ -12,13 +12,13 @@
12
13
buildDunePackage rec {
14
pname = "conduit";
15
- version = "7.0.0";
+ version = "7.1.0";
16
17
minimalOCamlVersion = "4.13";
18
19
src = fetchurl {
20
url = "https://github.com/mirage/ocaml-conduit/releases/download/v${version}/conduit-${version}.tbz";
21
- hash = "sha256-Pg7ChIlqldF42NE1eS56Rssk+csK8OqWTQXO4avLEhg=";
+ hash = "sha256-WNIhigfnFwYCXeOMoCUyM+lw81tMrNN/cGlBtMvqV/c=";
22
};
23
24
propagatedBuildInputs = [
0 commit comments