revert: 'fix(sources): use temporal zen browser artifacts as source for beta' (#71)

This commit is contained in:
Trevor Allen
2025-06-19 20:28:38 -04:00
committed by GitHub
parent ad381a01df
commit 0dbc4bcd91
2 changed files with 2 additions and 5 deletions

3
.github/README.md vendored
View File

@@ -2,9 +2,6 @@
This is a nix flake for the Zen browser.
> [!IMPORTANT]
> The official Zen Browser organization is temporarily down, meanwhile the beta version is using an alternative source
## Features
- Linux support

View File

@@ -3,13 +3,13 @@
"x86_64-linux": {
"version": "1.13.2b",
"sha1": "dcd032856bd089e033eafb779d3f1b8665551597",
"url": "https://github.com/zen-browser-auto/www-temp/releases/download/1.13.2b/zen.linux-x86_64.tar.xz",
"url": "https://github.com/zen-browser/desktop/releases/download/1.13.2b/zen.linux-x86_64.tar.xz",
"sha256": "sha256-VMlvtmb1sJQeDkPjnUNEA0eR2arFZ8BMs8EkK/sfq0I="
},
"aarch64-linux": {
"version": "1.13.2b",
"sha1": "dcd032856bd089e033eafb779d3f1b8665551597",
"url": "https://github.com/zen-browser-auto/www-temp/releases/download/1.13.2b/zen.linux-aarch64.tar.xz",
"url": "https://github.com/zen-browser/desktop/releases/download/1.13.2b/zen.linux-aarch64.tar.xz",
"sha256": "sha256-QUquTsdigDt8ZKzGUlykTl9E+cRP5IlvvbUnDUH8Fbw="
}
},