wiremix: 0.6.2 -> 0.7.0

This commit is contained in:
R. Ryantm
2025-08-16 01:34:46 +00:00
parent bb88741603
commit f35deb3b96
+3 -3
View File
@@ -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