Skip to content

Commit

Permalink
ocamlPackages.conduit: 7.0.0 -> 7.1.0 (NixOS#366374)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfmpe authored Dec 19, 2024
2 parents 11294e5 + 890561d commit ba556d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/ocaml-modules/conduit/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@

buildDunePackage rec {
pname = "conduit";
version = "7.0.0";
version = "7.1.0";

minimalOCamlVersion = "4.13";

src = fetchurl {
url = "https://github.com/mirage/ocaml-conduit/releases/download/v${version}/conduit-${version}.tbz";
hash = "sha256-Pg7ChIlqldF42NE1eS56Rssk+csK8OqWTQXO4avLEhg=";
hash = "sha256-WNIhigfnFwYCXeOMoCUyM+lw81tMrNN/cGlBtMvqV/c=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit ba556d1

Please sign in to comment.