summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules
diff options
context:
space:
mode:
authorsternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2020-09-28 21:47:54 +0200
committersternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2020-09-28 21:52:03 +0200
commitb90908aead3a4bad4d122b3f1d2bfacd0cfd1677 (patch)
tree8d22a6e236bea5e30b4da3ef5f2ecc6db685c076 /pkgs/development/ocaml-modules
parent575bed7987f3175292f3b0e6188806dbdb8e4681 (diff)
downloadnixpkgs-b90908aead3a4bad4d122b3f1d2bfacd0cfd1677.tar
nixpkgs-b90908aead3a4bad4d122b3f1d2bfacd0cfd1677.tar.gz
nixpkgs-b90908aead3a4bad4d122b3f1d2bfacd0cfd1677.tar.bz2
nixpkgs-b90908aead3a4bad4d122b3f1d2bfacd0cfd1677.tar.lz
nixpkgs-b90908aead3a4bad4d122b3f1d2bfacd0cfd1677.tar.xz
nixpkgs-b90908aead3a4bad4d122b3f1d2bfacd0cfd1677.tar.zst
nixpkgs-b90908aead3a4bad4d122b3f1d2bfacd0cfd1677.zip
ocamlPackages.mirage-runtime: 3.8.0 → 3.8.1
Diffstat (limited to 'pkgs/development/ocaml-modules')
-rw-r--r--pkgs/development/ocaml-modules/mirage/runtime.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/mirage/runtime.nix b/pkgs/development/ocaml-modules/mirage/runtime.nix
index ea346479a0c..816e85d3c9a 100644
--- a/pkgs/development/ocaml-modules/mirage/runtime.nix
+++ b/pkgs/development/ocaml-modules/mirage/runtime.nix
@@ -3,13 +3,13 @@
 
 buildDunePackage rec {
   pname = "mirage-runtime";
-  version = "3.8.0";
+  version = "3.8.1";
 
   minimumOCamlVersion = "4.06";
 
   src = fetchurl {
     url = "https://github.com/mirage/mirage/releases/download/v${version}/mirage-v${version}.tbz";
-    sha256 = "18v37arzy7gkz5qcy34k0l8g69146nysjv0h1jcym0h4xxy0bxir";
+    sha256 = "1sx9df041jb2rdrsibybifhml6h6kpzw9d2bw6vvv0ml500070ww";
   };
 
   propagatedBuildInputs = [ ipaddr functoria-runtime fmt logs ocaml_lwt ];