Unverified Commit 89d8ba87 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

evtx: 0.9.0 -> 0.10.0 (#475460)

parents 02a4eb32 8c8d3b00
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,16 +6,16 @@

rustPlatform.buildRustPackage rec {
  pname = "evtx";
  version = "0.9.0";
  version = "0.10.0";

  src = fetchFromGitHub {
    owner = "omerbenamram";
    repo = "evtx";
    tag = "v${version}";
    hash = "sha256-fgOuhNE77zVjL16oiUifnKZ+X4CQnZuD8tY+h0JTOYU=";
    hash = "sha256-v57lo1ggElGJD618ojuADspmhlZAMgmzD5DxEdtp2Ak=";
  };

  cargoHash = "sha256-E9BoqpnKhVNwOiEvZROF3xj9Ge8r2CNaBiwHdkdV5aw=";
  cargoHash = "sha256-qjlN10YS79S0JV2MPFB9SxPDUQnoVdqVf8kYpLt4w9g=";

  postPatch = ''
    # CLI tests will fail in the sandbox