[Backport release-26.05] tor: 0.4.9.8 -> 0.4.9.9 (#526818)

This commit is contained in:
Pavol Rusnak 2026-06-01 18:32:34 +00:00 committed by GitHub
commit 95855dfb92
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -46,11 +46,11 @@ in
stdenv.mkDerivation (finalAttrs: {
pname = "tor";
version = "0.4.9.8";
version = "0.4.9.9";
src = fetchurl {
url = "https://dist.torproject.org/tor-${finalAttrs.version}.tar.gz";
hash = "sha256-rB85Ti3Sqwh30n2Sj9DZ6GZi/jymr9/7n9m28PltBd4=";
hash = "sha256-vXW6f9aPYHx4Bvz3AVajAKqSbprWml5WqOZBT1In6DM=";
};
outputs = [