update to latest tor 0.4.9.3 alpha

This commit is contained in:
Abel Luck 2026-01-08 11:55:33 +01:00
parent 139f5f6d9c
commit 0e0b7bcf41
2 changed files with 7 additions and 7 deletions

View file

@ -36,13 +36,13 @@
old:
let
pname = "tor";
version = "0.4.9.2-alpha";
version = "0.4.9.3-alpha";
in
{
version = version;
src = prev.fetchurl {
url = "https://dist.torproject.org/${pname}-${version}.tar.gz";
hash = "sha256-uUJc92dwLXGISOiEdJjg1G8qJhuHp7Qk3BjSOZUxABo=";
hash = "sha256-+q2OFmm6I/1ntnMTmPoR/p0TAXJcg63jNNeR/yLe3/E=";
};
}
);