about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-08-06 11:03:36 -0500
committerGitHub <noreply@github.com>2022-08-06 11:03:36 -0500
commit139d3f0e5de25dc3af2b964f1e68394686c4b770 (patch)
tree201be3ec4c309cb1e1e18a4090e2459cc534442a /pkgs/tools
parentf44841f33d033dda9d50bbc4ba041d9fdb62fc98 (diff)
parent399366820d482716fc17116dd5e1e2afeff0cff6 (diff)
Merge pull request #185238 from r-ryantm/auto-update/arti
arti: 0.5.0 -> 0.6.0
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/security/arti/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/arti/default.nix b/pkgs/tools/security/arti/default.nix
index 2c3861d60bad4..990534b13dfaa 100644
--- a/pkgs/tools/security/arti/default.nix
+++ b/pkgs/tools/security/arti/default.nix
@@ -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 ];