about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2021-02-24 08:21:18 +0100
committerVincent Laporte <vbgl@users.noreply.github.com>2021-03-03 08:14:59 +0100
commit8efa14a5cb19843bc07c8785e9d62baaaa093a2f (patch)
treed9fbc02d55324dee314348427b8cb5314c7cc06d
parenta6328de769eb1ea32bb92aac7c4d2fb3ed4f6dcb (diff)
ocamlPackages.digestif: 0.9.0 → 1.0.0
-rw-r--r--pkgs/development/ocaml-modules/digestif/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/digestif/default.nix b/pkgs/development/ocaml-modules/digestif/default.nix
index dd8a0f571649b..e2501c60f5a14 100644
--- a/pkgs/development/ocaml-modules/digestif/default.nix
+++ b/pkgs/development/ocaml-modules/digestif/default.nix
@@ -5,13 +5,13 @@
 
 buildDunePackage rec {
   pname = "digestif";
-  version = "0.9.0";
+  version = "1.0.0";
 
   useDune2 = true;
 
   src = fetchurl {
     url = "https://github.com/mirage/digestif/releases/download/v${version}/digestif-v${version}.tbz";
-    sha256 = "0vk9prgjp46xs8qizq7szkj6mqjj2ymncs2016bc8zswcdc1a3q4";
+    sha256 = "11188ya6ksb0p0zvs6saz3qxv4a8pyy8m3sq35f3qfxrxhghqi99";
   };
 
   propagatedBuildInputs = [ bigarray-compat eqaf stdlib-shims ];