forked from ops/terraform-provider-tor
update to latest tor 0.4.9.3 alpha
This commit is contained in:
parent
139f5f6d9c
commit
0e0b7bcf41
2 changed files with 7 additions and 7 deletions
|
|
@ -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=";
|
||||
};
|
||||
}
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue