Unverified Commit 5eab330e authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

wiremix: 0.6.2 -> 0.7.0 (#434118)



Co-authored-by: default avatartsowell <tom@ldtlb.com>
parents 3497579b f35deb3b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,14 +8,14 @@

rustPlatform.buildRustPackage rec {
  pname = "wiremix";
  version = "0.6.2";
  version = "0.7.0";

  src = fetchCrate {
    inherit pname version;
    hash = "sha256-7O8B45ZJr0QDRnbcu4nV4kbH8hCz+tUbjyy2KDMUr3o=";
    hash = "sha256-oxr2S02NiHY0fqYH8priqLg1baSRAMpEJov4Koiic/M=";
  };

  cargoHash = "sha256-Wb697rtP0s/eua69mDawT6/ZaxwjxmwuxZMgrrM2Vsg=";
  cargoHash = "sha256-KdpWF6WVOJzKvSjCz+XdCSVxd465R8iOK3aFUnSczvU=";

  nativeBuildInputs = [
    pkg-config