lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ocamlPackages.functoria: 4.3.4 → 4.3.6

authored by

Vincent Laporte and committed by
Vincent Laporte
4e3d46a3 c98657f1

+2 -3
+2 -3
pkgs/development/ocaml-modules/functoria/default.nix
··· 4 4 5 5 buildDunePackage rec { 6 6 pname = "functoria"; 7 - version = "4.3.4"; 7 + version = "4.3.6"; 8 8 9 - duneVersion = "3"; 10 9 minimalOCamlVersion = "4.08"; 11 10 12 11 src = fetchurl { 13 12 url = "https://github.com/mirage/mirage/releases/download/v${version}/mirage-${version}.tbz"; 14 - hash = "sha256-ZN8La2+N19wVo/vBUfIj17JU6FSp0jX7h2nDoIpR1XY="; 13 + hash = "sha256-i/5sZHfxECoKYMdGje+U21GWxJ6dDZreVcQGtbuo4SE="; 15 14 }; 16 15 17 16 propagatedBuildInputs = [ cmdliner rresult astring fmt logs bos fpath emile uri ];