Merge pull request #149699 from r-ryantm/auto-update/ocaml4.12.0-sha

ocamlPackages.sha: 1.14 -> 1.15.1
This commit is contained in:
Mario Rodas 2021-12-14 21:40:18 -05:00 committed by GitHub
commit fdc8db2719
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
buildDunePackage rec {
pname = "sha";
version = "1.14";
version = "1.15.1";
src = fetchurl {
url = "https://github.com/djs55/ocaml-${pname}/releases/download/v${version}/${pname}-v${version}.tbz";
sha256 = "114vydrfdp7fayigvgk3ckiby0kh4n49c1j53v8k40gk6nzm3l19";
sha256 = "sha256-cRtjydvwgXgimi6F3C48j7LrWgfMO6m9UJKjKlxvp0Q=";
};
useDune2 = true;