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

Merge pull request #203924 from marsam/update-arti

arti: 1.0.1 -> 1.1.0
parents 02ebd855 ae780c2e
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@

rustPlatform.buildRustPackage rec {
  pname = "arti";
  version = "1.0.1";
  version = "1.1.0";

  src = fetchFromGitLab {
    domain = "gitlab.torproject.org";
@@ -18,10 +18,10 @@ rustPlatform.buildRustPackage rec {
    owner = "core";
    repo = "arti";
    rev = "arti-v${version}";
    sha256 = "sha256-zzBfRZEwLNCYzcdOfeQ462r1kU22zmY0lvrPDJ5F4nE=";
    sha256 = "sha256-fvRSx/I4SM9xWhooPPKFuRLSCYOxE+scqi6jRsGFOXo=";
  };

  cargoSha256 = "sha256-DpdnXmzs8oHLQ1aecrBduW0E08xtU6W4DGL+20Gz1+I=";
  cargoSha256 = "sha256-5wXeFomQs/aEbImmlyUzmYyDRXFp3qZSFOzk0g7pNEo=";

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