ocamlPackages.sha: 1.15.2 → 1.15.4

This commit is contained in:
Vincent Laporte 2023-02-14 13:11:24 +01:00 committed by Vincent Laporte
parent e0b99fe0fe
commit ad9c008fd0

View file

@ -2,12 +2,12 @@
buildDunePackage rec {
pname = "sha";
version = "1.15.2";
version = "1.15.4";
duneVersion = "3";
src = fetchurl {
url = "https://github.com/djs55/ocaml-${pname}/releases/download/${version}/${pname}-${version}.tbz";
hash = "sha256-P71Xs5p8QAaOtBrh7MuhQJOL6144BqTLvXlZOyGD/7c=";
url = "https://github.com/djs55/ocaml-${pname}/releases/download/v${version}/${pname}-${version}.tbz";
hash = "sha256-beWxITmxmZzp30zHiloxiGwqVHydRIvyhT+LU7zx8bE=";
};
propagatedBuildInputs = [