8 rustPlatform.buildRustPackage rec {
12 src = fetchFromGitHub {
16 sha256 = "sha256-TGW04P8t0mAXza7I7qp6QRXA/MDE3m1dlRC7bMf2dSk=";
19 cargoSha256 = "sha256-Gjb7v3kz11iOml3Ykxhy43KNxzaprgMbb5DpPNChLTc=";
21 buildInputs = lib.optionals stdenv.isDarwin [
26 description = "Like watch -d but for JSON";
28 jsonwatch is a command line utility with which you can track
29 changes in JSON data delivered by a shell command or a web
30 (HTTP/HTTPS) API. jsonwatch requests data from the designated
31 source repeatedly at a set interval and displays the
32 differences when the data changes.
34 homepage = "https://github.com/dbohdan/jsonwatch";
35 license = licenses.mit;
36 maintainers = with maintainers; [ fab ];