about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2022-03-27 12:06:39 +0200
committerGitHub <noreply@github.com>2022-03-27 12:06:39 +0200
commit78c4d4391310f410cbfed7717cc6ae02639f36e7 (patch)
treea6e1971148fb29058deee0ed35341bff1059a069 /pkgs/development/ocaml-modules
parentfc83defa8cc956b4c83984554899c3208d7cafc9 (diff)
parent184a2dde39ae6cc2d938ca8918885cf6321cc968 (diff)
downloadnixlib-78c4d4391310f410cbfed7717cc6ae02639f36e7.tar
nixlib-78c4d4391310f410cbfed7717cc6ae02639f36e7.tar.gz
nixlib-78c4d4391310f410cbfed7717cc6ae02639f36e7.tar.bz2
nixlib-78c4d4391310f410cbfed7717cc6ae02639f36e7.tar.lz
nixlib-78c4d4391310f410cbfed7717cc6ae02639f36e7.tar.xz
nixlib-78c4d4391310f410cbfed7717cc6ae02639f36e7.tar.zst
nixlib-78c4d4391310f410cbfed7717cc6ae02639f36e7.zip
Merge pull request #165081 from r-ryantm/auto-update/ocaml4.13.1-bos
Diffstat (limited to 'pkgs/development/ocaml-modules')
-rw-r--r--pkgs/development/ocaml-modules/bos/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/bos/default.nix b/pkgs/development/ocaml-modules/bos/default.nix
index 07d4d4864d82..9f7ce539e18a 100644
--- a/pkgs/development/ocaml-modules/bos/default.nix
+++ b/pkgs/development/ocaml-modules/bos/default.nix
@@ -4,11 +4,11 @@
 
 stdenv.mkDerivation rec {
   pname = "ocaml${ocaml.version}-bos";
-  version = "0.2.0";
+  version = "0.2.1";
 
   src = fetchurl {
     url = "https://erratique.ch/software/bos/releases/bos-${version}.tbz";
-    sha256 = "1s10iqx8rgnxr5n93lf4blwirjf8nlm272yg5sipr7lsr35v49wc";
+    sha256 = "sha256-2NYueGsQ1pfgRXIFqO7eqifrzJDxhV8Y3xkMrC49jzc=";
   };
 
   nativeBuildInputs = [ ocaml findlib ocamlbuild topkg ];