Commit ad9c008f authored by Vincent Laporte's avatar Vincent Laporte Committed by Vincent Laporte
Browse files

ocamlPackages.sha: 1.15.2 → 1.15.4

parent e0b99fe0
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 = [