Skip to content

Commit 8454c63

Browse files
committed
update ppxlib to 0.36.1
1 parent 9fa8df3 commit 8454c63

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

flake.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,10 @@
2424
});
2525
ppxlib = osuper.ppxlib.overrideAttrs (_: {
2626
src = builtins.fetchurl {
27-
url = "https://github.com/ocaml-ppx/ppxlib/releases/download/0.36.0/ppxlib-0.36.0.tbz";
28-
sha256 = "0d54j19vi1khzmw0ffngs8xzjjq07n20q49h85hhhcf52k71pfjs";
27+
url = "https://github.com/ocaml-ppx/ppxlib/releases/download/0.36.1/ppxlib-0.36.1.tbz";
28+
sha256 = "1czgf474himz3wj3qqmy8zrsn0m40yj2z9imlhb491d1xv1vllk1";
2929
};
3030
});
31-
3231
melange = osuper.melange.overrideAttrs (_: {
3332
src = super.fetchFromGitHub {
3433
owner = "melange-re";

0 commit comments

Comments
 (0)