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
This commit is contained in:
parent
a054d74507
commit
cc54b1b8ac
1 changed files with 2 additions and 2 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue