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

ocamlPackages.yojson: 2.2.0 -> 2.2.1
This commit is contained in:
Ulrik Strid 2024-06-25 15:59:30 +02:00 committed by GitHub
commit 6842e01f13
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,11 +2,11 @@
buildDunePackage rec {
pname = "yojson";
version = "2.2.0";
version = "2.2.1";
src = fetchurl {
url = "https://github.com/ocaml-community/yojson/releases/download/${version}/yojson-${version}.tbz";
hash = "sha256-v9wzvvMUG7qaj6ZqiFtUsp9r+rRQBAiE3Yz3zex4RRk=";
hash = "sha256-zTwdlPaViZoCbf9yaWmJvbENwWMpNLucvm9FmNSvptQ=";
};
propagatedBuildInputs = [ seq ];