1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00

Merge pull request #291143 from r-ryantm/auto-update/ocamlPackages.cohttp

ocamlPackages.cohttp: 5.3.0 -> 5.3.1
This commit is contained in:
Nick Cao 2024-02-24 10:38:31 -05:00 committed by GitHub
commit 5a05ec0781
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,13 +6,13 @@
buildDunePackage rec {
pname = "cohttp";
version = "5.3.0";
version = "5.3.1";
minimalOCamlVersion = "4.08";
src = fetchurl {
url = "https://github.com/mirage/ocaml-cohttp/releases/download/v${version}/cohttp-${version}.tbz";
hash = "sha256-s72RxwTl6lEOkkuDqy7eH8RqLM5Eiw+M70iDuaFu7d0=";
hash = "sha256-9eJz08Lyn/R71+Ftsj4fPWzQGkC+ACCJhbxDTIjUV2s=";
};
postPatch = ''