Commit 39936682 authored by R. RyanTM's avatar R. RyanTM
Browse files

arti: 0.5.0 -> 0.6.0

parent 14dcb5a3
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 ];