tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
ocamlPackages.cohttp: 5.3.0 -> 5.3.1
R. Ryantm
2 years ago
2bc7231a
8db50d6f
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
ocaml-modules
cohttp
default.nix
+2
-2
pkgs/development/ocaml-modules/cohttp/default.nix
···
6
6
7
7
buildDunePackage rec {
8
8
pname = "cohttp";
9
9
-
version = "5.3.0";
9
9
+
version = "5.3.1";
10
10
11
11
minimalOCamlVersion = "4.08";
12
12
13
13
src = fetchurl {
14
14
url = "https://github.com/mirage/ocaml-cohttp/releases/download/v${version}/cohttp-${version}.tbz";
15
15
-
hash = "sha256-s72RxwTl6lEOkkuDqy7eH8RqLM5Eiw+M70iDuaFu7d0=";
15
15
+
hash = "sha256-9eJz08Lyn/R71+Ftsj4fPWzQGkC+ACCJhbxDTIjUV2s=";
16
16
};
17
17
18
18
postPatch = ''