tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
ocamlPackages.functoria-runtime: 4.4.1 -> 4.4.2
R. Ryantm
11 months ago
aa105181
286d25f5
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
ocaml-modules
functoria
runtime.nix
+2
-2
pkgs/development/ocaml-modules/functoria/runtime.nix
···
7
7
8
8
buildDunePackage rec {
9
9
pname = "functoria-runtime";
10
10
-
version = "4.4.1";
10
10
+
version = "4.4.2";
11
11
12
12
src = fetchurl {
13
13
url = "https://github.com/mirage/mirage/releases/download/v${version}/mirage-${version}.tbz";
14
14
-
hash = "sha256-FKCdzrRJVpUrCWqrTiE8l00ZKJOYsvI9mNzJ0ZxDBwg=";
14
14
+
hash = "sha256-fPJou5EYmIFfa54BMiFvS7BKQq0u1pkA9MVHXt8boPk=";
15
15
};
16
16
17
17
minimalOCamlVersion = "4.08";