ocamlPackages.yojson: 2.1.0 → 2.1.1

This commit is contained in:
Vincent Laporte 2023-10-17 07:02:56 +02:00 committed by Vincent Laporte
parent 4bccad9964
commit a9c0720daf

View File

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