ocamlPackages.ppx_blob: 0.7.2 -> 0.8.0
This commit is contained in:
parent
86485bebac
commit
c926d1d929
1 changed files with 2 additions and 2 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue