about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/rresult
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-03-21 10:53:33 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-03-21 10:53:33 +0000
commit7327f38ef494f71bc884e41bdc72c90ccc98c9ba (patch)
treea31717bf5886a8cd1217726618c9c61f6ed9b7f5 /pkgs/development/ocaml-modules/rresult
parent6a300e5a27c4cf57b4e322fa6bf7dbf885f52632 (diff)
ocamlPackages.rresult: 0.6.0 -> 0.7.0
Diffstat (limited to 'pkgs/development/ocaml-modules/rresult')
-rw-r--r--pkgs/development/ocaml-modules/rresult/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/rresult/default.nix b/pkgs/development/ocaml-modules/rresult/default.nix
index cdc3a1dba68a6..3184e460a9ac9 100644
--- a/pkgs/development/ocaml-modules/rresult/default.nix
+++ b/pkgs/development/ocaml-modules/rresult/default.nix
@@ -2,10 +2,10 @@
 
 stdenv.mkDerivation rec {
   pname = "ocaml${ocaml.version}-rresult";
-  version = "0.6.0";
+  version = "0.7.0";
   src = fetchurl {
     url = "https://erratique.ch/software/rresult/releases/rresult-${version}.tbz";
-    sha256 = "1k69a3gvrk7f2cshwjzvk7818f0bwxhacgd14wxy6d4gmrggci86";
+    sha256 = "sha256-Eap/W4NGDmBDHjFU4+MsBx1G4VHqV2DPJDd4Bb+XVUA=";
   };
 
   nativeBuildInputs = [ ocaml findlib ocamlbuild topkg ];