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 {
pname = "jsonwatch";
version = "0.7.0";
version = "0.8.0";
src = fetchFromGitHub {
owner = "dbohdan";
repo = "jsonwatch";
rev = "refs/tags/v${version}";
hash = "sha256-WzQ793dLb8OujNpEq7UXIgJM+lz0WZEVlbKmwM58klU=";
hash = "sha256-/DYKjhHjfXPWpU1RFmRUbartSxIBgVP59nbgwKMd0jg=";
};
cargoHash = "sha256-76Vvs3OaxYDZE39d9h3T8HhYQfHhY5D17PgQxcPrMyc=";
cargoHash = "sha256-Io51qbZOVcOKyMvo9/GTPXkGiJwjxcIPK3y7vAuTJOM=";
meta = with lib; {
description = "Like watch -d but for JSON";