lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

inferno: 0.12.2 -> 0.12.3 (#422932)

authored by

Matthias Beyer and committed by
GitHub
e86be71a ffcab584

+3 -3
+3 -3
pkgs/by-name/in/inferno/package.nix
··· 6 6 7 7 rustPlatform.buildRustPackage rec { 8 8 pname = "inferno"; 9 - version = "0.12.2"; 9 + version = "0.12.3"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "jonhoo"; 13 13 repo = "inferno"; 14 14 rev = "v${version}"; 15 - hash = "sha256-NDxgWHTMyntNtUb/+7bvrR64PNRPcovQd/IIgcLo5JQ="; 15 + hash = "sha256-D72rkTnUgLJRHFEDoUwQDLQJAPGyqmxhf6hmNJGUl+U="; 16 16 fetchSubmodules = true; 17 17 }; 18 18 19 19 useFetchCargoVendor = true; 20 - cargoHash = "sha256-xtWNIbWvYSSuvmq+IYADnpnBHuVeXBolRqc9JrIoiis="; 20 + cargoHash = "sha256-Gc31yyspU7RYDQDpVvq+UhMnE7t4HQ65fSGu9eDN6C0="; 21 21 22 22 # skip flaky tests 23 23 checkFlags = [