about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-10-04 05:21:31 -0500
committerGitHub <noreply@github.com>2023-10-04 05:21:31 -0500
commitae2aa4cce9a4989b8b6a4f7490fb618324312f5d (patch)
tree9af8afc3c447e64c6182495f25a47d4d6a8bfe60 /pkgs
parent34585a2b76ea47c98cf23217a0afba607aca4ed6 (diff)
parent249c6d166ac15f5b7e95327d83c316992672ce7b (diff)
Merge pull request #258876 from marsam/update-arti
arti: 1.1.8 -> 1.1.9
Diffstat (limited to 'pkgs')
-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 6ba0e0a0f57b9..0ed6ca8a25d8a 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.1.8";
+  version = "1.1.9";
 
   src = fetchFromGitLab {
     domain = "gitlab.torproject.org";
@@ -18,10 +18,10 @@ rustPlatform.buildRustPackage rec {
     owner = "core";
     repo = "arti";
     rev = "arti-v${version}";
-    sha256 = "sha256-+Y41jhMEzcNyA9U0zsvVyR9f1dEV94hFNR8SxiJ6hCk=";
+    sha256 = "sha256-nce+WpT9uloO9Ce/h1ziPWJhYMcL4yZvYO1EP8AEfxI=";
   };
 
-  cargoHash = "sha256-MF2WPUs0MvhN3MSmey7ziPPwZz8zkn2D3G2WDgXn+hs=";
+  cargoHash = "sha256-Qqm39QK+/rCmad3dJLVPGd7ZKP8ldtFI+NnxC6iQUBA=";
 
   nativeBuildInputs = lib.optionals stdenv.isLinux [ pkg-config ];