about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2021-07-06 21:51:03 +0200
committerVincent Laporte <vbgl@users.noreply.github.com>2021-07-09 08:23:04 +0200
commit3d6adb6f7d62be1257808d055696a07dd3ec68f6 (patch)
treec8980da16a2c32bd2a356606bcd0030b9f5c02f8 /pkgs/development/ocaml-modules
parent14a2f48bf233ba86ca02a3d7e7b4c63e0eb7b754 (diff)
downloadnixlib-3d6adb6f7d62be1257808d055696a07dd3ec68f6.tar
nixlib-3d6adb6f7d62be1257808d055696a07dd3ec68f6.tar.gz
nixlib-3d6adb6f7d62be1257808d055696a07dd3ec68f6.tar.bz2
nixlib-3d6adb6f7d62be1257808d055696a07dd3ec68f6.tar.lz
nixlib-3d6adb6f7d62be1257808d055696a07dd3ec68f6.tar.xz
nixlib-3d6adb6f7d62be1257808d055696a07dd3ec68f6.tar.zst
nixlib-3d6adb6f7d62be1257808d055696a07dd3ec68f6.zip
ocamlPackages.alcotest: 1.3.0 → 1.4.0
Diffstat (limited to 'pkgs/development/ocaml-modules')
-rw-r--r--pkgs/development/ocaml-modules/alcotest/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/alcotest/default.nix b/pkgs/development/ocaml-modules/alcotest/default.nix
index abef3ef7ef46..bb1b18e3ec19 100644
--- a/pkgs/development/ocaml-modules/alcotest/default.nix
+++ b/pkgs/development/ocaml-modules/alcotest/default.nix
@@ -4,13 +4,13 @@
 
 buildDunePackage rec {
   pname = "alcotest";
-  version = "1.3.0";
+  version = "1.4.0";
 
   useDune2 = true;
 
   src = fetchurl {
     url = "https://github.com/mirage/alcotest/releases/download/${version}/alcotest-mirage-${version}.tbz";
-    sha256 = "sha256-efnevbyolTdNb91zr4pHDcvgaLQQSD01wEu2zMM+iaw=";
+    sha256 = "sha256:1h9yp44snb6sgm5g1x3wg4gwjscic7i56jf0j8jr07355pxwrami";
   };
 
   propagatedBuildInputs = [ astring cmdliner fmt uuidm re stdlib-shims uutf ];