wiremix: 0.6.2 -> 0.7.0 (#434118)

Co-authored-by: tsowell <tom@ldtlb.com>

authored by nixpkgs-merge-bot[bot] tsowell and committed by GitHub 5eab330e 3497579b

+3 -3
+3 -3
pkgs/by-name/wi/wiremix/package.nix
··· 8 8 9 9 rustPlatform.buildRustPackage rec { 10 10 pname = "wiremix"; 11 - version = "0.6.2"; 11 + version = "0.7.0"; 12 12 13 13 src = fetchCrate { 14 14 inherit pname version; 15 - hash = "sha256-7O8B45ZJr0QDRnbcu4nV4kbH8hCz+tUbjyy2KDMUr3o="; 15 + hash = "sha256-oxr2S02NiHY0fqYH8priqLg1baSRAMpEJov4Koiic/M="; 16 16 }; 17 17 18 - cargoHash = "sha256-Wb697rtP0s/eua69mDawT6/ZaxwjxmwuxZMgrrM2Vsg="; 18 + cargoHash = "sha256-KdpWF6WVOJzKvSjCz+XdCSVxd465R8iOK3aFUnSczvU="; 19 19 20 20 nativeBuildInputs = [ 21 21 pkg-config