about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-04-11 11:23:12 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-04-11 11:23:12 +0000
commitee187195cc5d674fa8fd7f05e38c5a9232d8cdd8 (patch)
tree8ae9f0214216322be453634526a53021011a30c4
parentc81c2414155adffb06d68b894f791dc243ecf2ae (diff)
tor: 0.4.8.10 -> 0.4.8.11
-rw-r--r--pkgs/tools/security/tor/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/tor/default.nix b/pkgs/tools/security/tor/default.nix
index 050894307503a..2f33862fcffe8 100644
--- a/pkgs/tools/security/tor/default.nix
+++ b/pkgs/tools/security/tor/default.nix
@@ -30,11 +30,11 @@ let
 in
 stdenv.mkDerivation rec {
   pname = "tor";
-  version = "0.4.8.10";
+  version = "0.4.8.11";
 
   src = fetchurl {
     url = "https://dist.torproject.org/${pname}-${version}.tar.gz";
-    sha256 = "sha256-5ii0+rcO20cncVsjzykxN1qfdoWsCPLFnqSYoXhGOoY=";
+    sha256 = "sha256-jyvfkOYzgHgSNap9YE4VlXDyg+zuZ0Zwhz2LtwUsjgc=";
   };
 
   outputs = [ "out" "geoip" ];