ocamlPackages.conduit: 7.0.0 -> 7.1.0 (#366374)

authored by

alexfmpe and committed by
GitHub
ba556d1a 11294e50

+2 -2
+2 -2
pkgs/development/ocaml-modules/conduit/default.nix
··· 12 12 13 13 buildDunePackage rec { 14 14 pname = "conduit"; 15 - version = "7.0.0"; 15 + version = "7.1.0"; 16 16 17 17 minimalOCamlVersion = "4.13"; 18 18 19 19 src = fetchurl { 20 20 url = "https://github.com/mirage/ocaml-conduit/releases/download/v${version}/conduit-${version}.tbz"; 21 - hash = "sha256-Pg7ChIlqldF42NE1eS56Rssk+csK8OqWTQXO4avLEhg="; 21 + hash = "sha256-WNIhigfnFwYCXeOMoCUyM+lw81tMrNN/cGlBtMvqV/c="; 22 22 }; 23 23 24 24 propagatedBuildInputs = [