We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent bb80d77 commit 3e92b56Copy full SHA for 3e92b56
pkgs/tools/security/tor/default.nix
@@ -3,11 +3,11 @@
3
}:
4
5
stdenv.mkDerivation rec {
6
- name = "tor-0.2.8.10";
+ name = "tor-0.2.8.12";
7
8
src = fetchurl {
9
url = "https://archive.torproject.org/tor-package-archive/${name}.tar.gz";
10
- sha256 = "0kcw9hq4xz8p91xwyhjfry5p1dmn7vvnhpfz66vl9gsfndbqr2y8";
+ sha256 = "1bsagy4gcf6hgq04q949hv45ljb36j3ylxxn22cwxy4whgr4hmxk";
11
};
12
13
nativeBuildInputs = [ pkgconfig ];
0 commit comments