From 184a2dde39ae6cc2d938ca8918885cf6321cc968 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 21 Mar 2022 08:13:25 +0000 Subject: ocamlPackages.bos: 0.2.0 -> 0.2.1 --- pkgs/development/ocaml-modules/bos/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs') 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 ]; -- cgit 1.4.1