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

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

arti: 1.1.3 -> 1.1.4
parents e1d0a1fe 50eb1f9a
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.1.3";
  version = "1.1.4";

  src = fetchFromGitLab {
    domain = "gitlab.torproject.org";
@@ -18,10 +18,10 @@ rustPlatform.buildRustPackage rec {
    owner = "core";
    repo = "arti";
    rev = "arti-v${version}";
    sha256 = "sha256-hh1RJjCmKHI7fR5gxoyGj6nVX6/a2ZzMjp5li6hGbn0=";
    sha256 = "sha256-+gd/3CKdZkH/zDqGGTna7S7LkadfpzfHlX2XfemZpoE=";
  };

  cargoHash = "sha256-vgrwjmJ/S5xqYzMZGMXjIC4szSRcSeBcTQoYIiuaUNI=";
  cargoHash = "sha256-YD7KAiZM3iG9FXXHo5c1WanF7tsJBAnGvb36gxEcV5k=";

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