Unverified Commit 471246f0 authored by Matthias Beyer's avatar Matthias Beyer Committed by GitHub
Browse files

Merge pull request #312443 from r-ryantm/auto-update/flowgger

flowgger: 0.3.1 -> 0.3.2
parents f81c44e8 53494283
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,14 +10,14 @@

rustPlatform.buildRustPackage rec {
  pname = "flowgger";
  version = "0.3.1";
  version = "0.3.2";

  src = fetchCrate {
    inherit pname version;
    hash = "sha256-PRlcfSVfQWt+rQEJjblY7/AMrjhGYO2/G7EX60aGApA=";
    hash = "sha256-eybahv1A/AIpAXGj6/md8k+b9fu9gSchU16fnAWZP2s=";
  };

  cargoHash = "sha256-hp2LrEVWo0gk95dPROqVcHEEG5N9fWms0mZkY9QILg0=";
  cargoHash = "sha256-DZGyX3UDqCjB5NwCXcR8b9pXdq8qacd3nkqGp6vYb+U=";

  nativeBuildInputs = [
    pkg-config