summaryrefslogtreecommitdiffstats
path: root/pkgs/development
diff options
context:
space:
mode:
authorUlrik Strid <ulrik.strid@outlook.com>2022-03-24 17:53:02 +0100
committerVincent Laporte <vbgl@users.noreply.github.com>2022-05-25 13:03:45 +0200
commitfd5aea3c09ade960d6f3c32b6a49d5081bc4308b (patch)
tree361dbb6a1048a58bbe34b20438393c23bc4159bb /pkgs/development
parent7ee5f8670fc78ba48978f68232f96f636e4d4d89 (diff)
ocamlPackages.mirage-net: 3.0.1 -> 4.0.0
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/ocaml-modules/mirage-net/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/mirage-net/default.nix b/pkgs/development/ocaml-modules/mirage-net/default.nix
index a29727d7ee17..bc7ae7d96b3c 100644
--- a/pkgs/development/ocaml-modules/mirage-net/default.nix
+++ b/pkgs/development/ocaml-modules/mirage-net/default.nix
@@ -4,13 +4,13 @@
buildDunePackage rec {
pname = "mirage-net";
- version = "3.0.1";
+ version = "4.0.0";
useDune2 = true;
src = fetchurl {
url = "https://github.com/mirage/mirage-net/releases/download/v${version}/mirage-net-v${version}.tbz";
- sha256 = "0yfvl0fgs7xy5i7kkparaa7a315a2h7kb1z24fmmnwnyaji57dg3";
+ sha256 = "sha256-Zo7/0Ye4GgqzJFCHDBXbuJ/5ETl/8ziolRgH4lDhlM4=";
};
propagatedBuildInputs = [ cstruct fmt lwt macaddr mirage-device ];