Skip to content

Commit

Permalink
jsonwatch: 0.7.0 -> 0.8.0 (#364345)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Dec 12, 2024
2 parents 8072fe5 + 6bac966 commit e48d691
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/misc/jsonwatch/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit e48d691

Please sign in to comment.