wiremix: 0.5.0 -> 0.6.2 (#425927)

Co-authored-by: tsowell <tom@ldtlb.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-07-20 04:44:16 +00:00
committed by GitHub
co-authored by tsowell
+3 -3
View File
@@ -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