Skip to content

Commit d7ce6a8

Browse files
committedJul 1, 2017
1 parent 1add351 commit d7ce6a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/tools/security/tor/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
}:
44

55
stdenv.mkDerivation rec {
6-
name = "tor-0.3.0.8";
6+
name = "tor-0.3.0.9";
77

88
src = fetchurl {
99
url = "https://dist.torproject.org/${name}.tar.gz";
10-
sha256 = "0j0dhq1zp6w6zy7y4kiw7zg1imbgv8nsl7imlzwc0951p2kknfk6";
10+
sha256 = "0hhyb1wil8japynqnm07r1f67w3wdnafdg9amzlrrcfcyq5qim28";
1111
};
1212

1313
outputs = [ "out" "geoip" ];

0 commit comments

Comments
 (0)
Please sign in to comment.