Skip to content

Commit

Permalink
ocamlPackages.conduit: 7.0.0 -> 7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 18, 2024
1 parent a98c720 commit 890561d
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 890561d

Please sign in to comment.