Unverified Commit 139d3f0e authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #185238 from r-ryantm/auto-update/arti

arti: 0.5.0 -> 0.6.0
parents f44841f3 39936682
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@

rustPlatform.buildRustPackage rec {
  pname = "arti";
  version = "0.5.0";
  version = "0.6.0";

  src = fetchFromGitLab {
    domain = "gitlab.torproject.org";
@@ -18,10 +18,10 @@ rustPlatform.buildRustPackage rec {
    owner = "core";
    repo = "arti";
    rev = "arti-v${version}";
    sha256 = "sha256-xze8Frxy9Rv01yz0L8GkEaXUoLlpODv3pEat1HnDIOs=";
    sha256 = "sha256-3zlpmOGCjox8dVItVxyQloPgC0+dYw57pFFBySAXC5g=";
  };

  cargoSha256 = "sha256-yCQLSLxEziDQGDNtP7pmXlTImSKzr/O/5sITMHVJg8E=";
  cargoSha256 = "sha256-LvhSgJQyPyTSD1koXBXYaC6I5njZavgQK4WaW5/b9g4=";

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