summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrik Strid <ulrik.strid@outlook.com>2024-04-16 08:06:36 +0200
committerGitHub <noreply@github.com>2024-04-16 08:06:36 +0200
commit5acbe0edde1d45529100ae38a6dbb2db6c55f89f (patch)
tree1df18d94f513547905f8d0601862fbe6226df767
parentMerge pull request #304416 from r-ryantm/auto-update/ocamlPackages.otoml (diff)
parentocamlPackages.ppx_blob: 0.7.2 -> 0.8.0 (diff)
downloadnixpkgs-5acbe0edde1d45529100ae38a6dbb2db6c55f89f.tar.gz
Merge pull request #301731 from r-ryantm/auto-update/ocamlPackages.ppx_blob
ocamlPackages.ppx_blob: 0.7.2 -> 0.8.0
-rw-r--r--pkgs/development/ocaml-modules/ppx_blob/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/ppx_blob/default.nix b/pkgs/development/ocaml-modules/ppx_blob/default.nix
index e13bc477e268..3de101383891 100644
--- a/pkgs/development/ocaml-modules/ppx_blob/default.nix
+++ b/pkgs/development/ocaml-modules/ppx_blob/default.nix
@@ -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 ];