about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2024-04-03 05:40:34 -0500
committerGitHub <noreply@github.com>2024-04-03 05:40:34 -0500
commitbb03217bf78fd3f8154354e419fdc6b28f942640 (patch)
tree023ab17cf5b8f3b0ab887b7d22f27f8971e461c9
parent07ba17a0d27ce9fcac78b20674cf4fa4c43d871e (diff)
parentf626720e677de9b25df443fd84ed3b7905d19fe9 (diff)
Merge pull request #301096 from r-ryantm/auto-update/arti
arti: 1.2.0 -> 1.2.1
-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 c1e1ae120f971..c58ccce99aec9 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.0";
+  version = "1.2.1";
 
   src = fetchFromGitLab {
     domain = "gitlab.torproject.org";
@@ -18,10 +18,10 @@ rustPlatform.buildRustPackage rec {
     owner = "core";
     repo = "arti";
     rev = "arti-v${version}";
-    hash = "sha256-ba07btx3eorFiocRk1YbkkGcblgsWaMI14r1SaPNr9g=";
+    hash = "sha256-Ps1AIvL6hOnSYtvi4wbgJQiuv2eb1XIEPul/WypM9bo=";
   };
 
-  cargoHash = "sha256-+TVmmyjAFLDlnXMED0+S0M3VbGBRHds4C1GNyTGD4wI=";
+  cargoHash = "sha256-2u/8nn/9tz+hlNDz6I/g2cMPWXZSMVNV7FPsKFP8jqo=";
 
   nativeBuildInputs = lib.optionals stdenv.isLinux [ pkg-config ];