Skip to content

Commit

Permalink
ocamlPackages.faraday: 0.7.2 -> 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ulrikstrid authored and vbgl committed May 23, 2022
1 parent a790b64 commit ad81f8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/ocaml-modules/faraday/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

buildDunePackage rec {
pname = "faraday";
version = "0.7.2";
version = "0.8.1";

useDune2 = true;

Expand All @@ -12,7 +12,7 @@ buildDunePackage rec {
owner = "inhabitedtype";
repo = pname;
rev = version;
sha256 = "0gdysszzk6b6npic4nhpdnz2nbq7rma6aml0rbn113bfh0rmb36x";
sha256 = "sha256-eeR+nst/r2iFxCDmRS+LGr3yl/o27DcsS30YAu1GJmc=";
};

checkInputs = [ alcotest ];
Expand Down

0 comments on commit ad81f8d

Please sign in to comment.