Merge pull request #274936 from r-ryantm/auto-update/ocamlPackages.yojson

ocamlPackages.yojson: 2.1.1 -> 2.1.2
This commit is contained in:
Ulrik Strid 2023-12-20 13:30:24 +01:00 committed by GitHub
commit 69973a9a20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
buildDunePackage rec {
pname = "yojson";
version = "2.1.1";
version = "2.1.2";
src = fetchurl {
url = "https://github.com/ocaml-community/yojson/releases/download/${version}/yojson-${version}.tbz";
hash = "sha256-1YGDIHsZjcBlhmI5Bm4HTDT54TnA2cQXWjiAl5DogXM=";
hash = "sha256-WfLxq7/Ip8y9v2CIlOXHXop2AG40iZJURG+D4gDftPk=";
};
nativeBuildInputs = [ cppo ];