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

Merge pull request #217688 from r-ryantm/auto-update/watchmate

watchmate: 0.4.0 -> 0.4.1
parents 8736d714 47d8256a
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -13,16 +13,16 @@

rustPlatform.buildRustPackage rec {
  pname = "watchmate";
  version = "0.4.0";
  version = "0.4.1";

  src = fetchFromGitHub {
    owner = "azymohliad";
    repo = "watchmate";
    rev = "v${version}";
    hash = "sha256-WRoAQDOsCi9VbshGzdw+qrVFKQhOQwPgxOfWXYJ3nhg=";
    hash = "sha256-JPlydIMkWhmHqGeeKfoc+0lK2X6B3j3Z34YrD29rrXs=";
  };

  cargoHash = "sha256-pEXC5IVcMhqYM+bGyTh/vaSS9LxYE2YbtIaPplc4Al8=";
  cargoHash = "sha256-cAXJrhWD/uOlKWvFU947EGC9A9qwquwiVG0x1u1We6o=";

  nativeBuildInputs = [
    pkg-config