aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/ocaml-modules/bos
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-11-09 07:14:44 -0800
committerR. RyanTM <ryantm-bot@ryantm.com>2018-11-09 07:14:44 -0800
commitcc54b1b8ac51af4c6387e6c1db5573b03b892b52 (patch)
treefb87a9f0100b7bea43dac5092268ef3c2c234698 /pkgs/development/ocaml-modules/bos
parenta054d7450768069084142fe597ed2da367813a4a (diff)
ocamlPackages.bos: 0.1.6 -> 0.2.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/ocaml4.06.1-bos/versions
Diffstat (limited to 'pkgs/development/ocaml-modules/bos')
-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 3cb9b405d5a2..a1f4c6bc5649 100644
--- a/pkgs/development/ocaml-modules/bos/default.nix
+++ b/pkgs/development/ocaml-modules/bos/default.nix
@@ -4,10 +4,10 @@
stdenv.mkDerivation rec {
name = "ocaml${ocaml.version}-bos-${version}";
- version = "0.1.6";
+ version = "0.2.0";
src = fetchurl {
url = "http://erratique.ch/software/bos/releases/bos-${version}.tbz";
- sha256 = "1z9sbziqddf770y94pd0bffsp1wdr1v3kp2p00pr27adv7h7dgls";
+ sha256 = "1s10iqx8rgnxr5n93lf4blwirjf8nlm272yg5sipr7lsr35v49wc";
};
unpackCmd = "tar xjf $src";