jsonwatch: 0.7.0 -> 0.8.0 (#364345)

This commit is contained in:
Nick Cao 2024-12-12 10:26:46 -05:00 committed by GitHub
commit e48d6912c8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,16 +6,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "jsonwatch"; pname = "jsonwatch";
version = "0.7.0"; version = "0.8.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "dbohdan"; owner = "dbohdan";
repo = "jsonwatch"; repo = "jsonwatch";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-WzQ793dLb8OujNpEq7UXIgJM+lz0WZEVlbKmwM58klU="; hash = "sha256-/DYKjhHjfXPWpU1RFmRUbartSxIBgVP59nbgwKMd0jg=";
}; };
cargoHash = "sha256-76Vvs3OaxYDZE39d9h3T8HhYQfHhY5D17PgQxcPrMyc="; cargoHash = "sha256-Io51qbZOVcOKyMvo9/GTPXkGiJwjxcIPK3y7vAuTJOM=";
meta = with lib; { meta = with lib; {
description = "Like watch -d but for JSON"; description = "Like watch -d but for JSON";