Unverified Commit 79dd9992 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

inferno: 0.12.3 -> 0.12.4 (#465107)

parents efcea0e8 eca943ee
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,17 +6,17 @@

rustPlatform.buildRustPackage rec {
  pname = "inferno";
  version = "0.12.3";
  version = "0.12.4";

  src = fetchFromGitHub {
    owner = "jonhoo";
    repo = "inferno";
    tag = "v${version}";
    hash = "sha256-D72rkTnUgLJRHFEDoUwQDLQJAPGyqmxhf6hmNJGUl+U=";
    hash = "sha256-8c3JRPUvuo1uQ22vgzgEPXoNSRnUKciEff13QrN3WHI=";
    fetchSubmodules = true;
  };

  cargoHash = "sha256-Gc31yyspU7RYDQDpVvq+UhMnE7t4HQ65fSGu9eDN6C0=";
  cargoHash = "sha256-Oj0thDPa1LPBhxp45JA6prIXuHpBpHcw59rMwPQavQ0=";

  # skip flaky tests
  checkFlags = [