Merge pull request #165620 from StridBot/auto-update/ocaml4.13.1-graphql_ppx

ocamlPackages.graphql_ppx: 1.2.0 -> 1.2.2
This commit is contained in:
Lassulus 2022-05-18 11:22:53 +02:00 committed by GitHub
commit e3df4655af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@
buildDunePackage rec {
pname = "graphql_ppx";
version = "1.2.0";
version = "1.2.2";
minimalOCamlVersion = "4.08";
@ -12,7 +12,7 @@ buildDunePackage rec {
owner = "reasonml-community";
repo = "graphql-ppx";
rev = "v${version}";
sha256 = "1fymmvk616wv5xkwfdmqibdgfl47ry6idc5wfh20a3mz9mpaa13s";
sha256 = "sha256-+WJhA2ixZHiSZBoX14dnQKk7JfVAIME4JooNSnhRp44=";
};
buildInputs = [ ppxlib ];