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

wiremix: 0.5.0 -> 0.6.2 (#425927)



Co-authored-by: default avatartsowell <tom@ldtlb.com>
parents 7c74f1db a7a499fe
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,15 +8,15 @@

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

  src = fetchCrate {
    inherit pname version;
    hash = "sha256-8pXpbW6/XYiWUqulL8b+kGqhTa/X8+tkgL8EWguWs6c=";
    hash = "sha256-7O8B45ZJr0QDRnbcu4nV4kbH8hCz+tUbjyy2KDMUr3o=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-czhPbXkhuwUdwwP2uizU1Ob8t/x0nrJr3rquRO8Zktw=";
  cargoHash = "sha256-Wb697rtP0s/eua69mDawT6/ZaxwjxmwuxZMgrrM2Vsg=";

  nativeBuildInputs = [
    pkg-config