wiremix: 0.10.0 -> 0.11.0

This commit is contained in:
R. Ryantm
2026-06-05 12:46:22 +00:00
parent 6718660a6a
commit 0b101e99a1

View File

@@ -8,14 +8,14 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "wiremix";
version = "0.10.0";
version = "0.11.0";
src = fetchCrate {
inherit (finalAttrs) pname version;
hash = "sha256-Ievr+xELhhWNYukqsiwv0WfCDRJqeCUdaZVeGsKQr2s=";
hash = "sha256-aV/HTDw5lKzcA8Q+IziHEFlIu8OpL9eUvjNuvqoz3SQ=";
};
cargoHash = "sha256-vTLoNXZMlGnOvGHLWJVva09SuwXUSb4BHA61DZ7zSJk=";
cargoHash = "sha256-QT96vzK0PirBn4nf40SEghcbAt+aRplETUREONZtY3I=";
nativeBuildInputs = [
pkg-config