about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-05-11 19:27:33 +0200
committerGitHub <noreply@github.com>2024-05-11 19:27:33 +0200
commit4be913b9eaa560abaeea1798c03ff1b5d4c8c256 (patch)
tree0e90b7c54666f0aaf3428a537a6839554eadfd17 /pkgs/tools
parent6d84eeb9d672be98701c114a835a2a593f518812 (diff)
parentd94076a6e2766b2f91fb34939a9a6c68a71c4a65 (diff)
Merge pull request #308424 from r-ryantm/auto-update/arti
arti: 1.2.1 -> 1.2.2
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 e410a86855560..0ad27f3d08ab2 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 = "1.2.1";
+  version = "1.2.2";
 
   src = fetchFromGitLab {
     domain = "gitlab.torproject.org";
@@ -18,10 +18,10 @@ rustPlatform.buildRustPackage rec {
     owner = "core";
     repo = "arti";
     rev = "arti-v${version}";
-    hash = "sha256-Ps1AIvL6hOnSYtvi4wbgJQiuv2eb1XIEPul/WypM9bo=";
+    hash = "sha256-DicOkh2yv6qbxf1x4fAZq34qtuD/T4twn8JMnI9XGCI=";
   };
 
-  cargoHash = "sha256-2u/8nn/9tz+hlNDz6I/g2cMPWXZSMVNV7FPsKFP8jqo=";
+  cargoHash = "sha256-ICJMcFTIHFLxB5XJeMRi1M6e9p0nKwT3vbqAZT22vmU=";
 
   nativeBuildInputs = lib.optionals stdenv.isLinux [ pkg-config ];