Unverified Commit e48d6912 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

jsonwatch: 0.7.0 -> 0.8.0 (#364345)

parents 8072fe51 6bac9666
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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";