Unverified Commit 18a306af authored by Florian's avatar Florian Committed by GitHub
Browse files

arti: 1.2.7 -> 1.2.8 (#346202)

parents 30ff1620 26de7d1c
Loading
Loading
Loading
Loading
+4 −5
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@

rustPlatform.buildRustPackage rec {
  pname = "arti";
  version = "1.2.7";
  version = "1.2.8";

  src = fetchFromGitLab {
    domain = "gitlab.torproject.org";
@@ -19,10 +19,10 @@ rustPlatform.buildRustPackage rec {
    owner = "core";
    repo = "arti";
    rev = "arti-v${version}";
    hash = "sha256-lyko4xwTn03/Es8icOx8GIrjC4XDXvZPDYHYILw8Opo=";
    hash = "sha256-vw/hebZ23Pk+hQx3YN9iXsKWq20fqpwp91E2tul8zmA=";
  };

  cargoHash = "sha256-I45SaawWAK7iTZDFhJT4YVO439D/3NmWLp3FtFmhLC0=";
  cargoHash = "sha256-4F+0KEVoeppNQ26QQ+a2CSIbrklE8NY3+OK11I5JstA=";

  nativeBuildInputs = lib.optionals stdenv.hostPlatform.isLinux [ pkg-config ];

@@ -47,8 +47,7 @@ rustPlatform.buildRustPackage rec {
  ];

  checkFlags = [
    # problematic tests that were fixed after the release
    "--skip=reload_cfg::test::watch_single_file"
    # problematic test that hangs the build
    "--skip=reload_cfg::test::watch_multiple"
  ];