inferno: 0.12.2 -> 0.12.3

This commit is contained in:
R. Ryantm 2025-07-06 12:38:07 +00:00
parent 7a473d6701
commit 63e65ef750

View File

@ -6,18 +6,18 @@
rustPlatform.buildRustPackage rec {
pname = "inferno";
version = "0.12.2";
version = "0.12.3";
src = fetchFromGitHub {
owner = "jonhoo";
repo = "inferno";
rev = "v${version}";
hash = "sha256-NDxgWHTMyntNtUb/+7bvrR64PNRPcovQd/IIgcLo5JQ=";
hash = "sha256-D72rkTnUgLJRHFEDoUwQDLQJAPGyqmxhf6hmNJGUl+U=";
fetchSubmodules = true;
};
useFetchCargoVendor = true;
cargoHash = "sha256-xtWNIbWvYSSuvmq+IYADnpnBHuVeXBolRqc9JrIoiis=";
cargoHash = "sha256-Gc31yyspU7RYDQDpVvq+UhMnE7t4HQ65fSGu9eDN6C0=";
# skip flaky tests
checkFlags = [