ocamlPackages.ppx_blob: 0.7.2 -> 0.8.0

This commit is contained in:
R. Ryantm 2024-04-05 05:20:31 +00:00
parent 86485bebac
commit c926d1d929
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
buildDunePackage rec {
pname = "ppx_blob";
version = "0.7.2";
version = "0.8.0";
duneVersion = "3";
src = fetchurl {
url = "https://github.com/johnwhitington/${pname}/releases/download/${version}/ppx_blob-${version}.tbz";
sha256 = "00haz1cmplk3j9ysh6j656zrldy60585fmlndmfhpd5332mxrfdw";
sha256 = "sha256-drobFwMTKd/a3aP5CX/08WhvgS1CkARH6zo+nSiwl08=";
};
checkInputs = [ alcotest ];