mirror of
https://github.com/Expand-sys/zen-browser-flake
synced 2025-12-15 14:42:14 +11:00
Update to 1.0.1-a.14
This commit is contained in:
parent
8fcf737e5f
commit
f36474f335
1 changed files with 3 additions and 3 deletions
|
|
@ -8,15 +8,15 @@
|
|||
outputs = { self, nixpkgs }:
|
||||
let
|
||||
system = "x86_64-linux";
|
||||
version = "1.0.1-a.13";
|
||||
version = "1.0.1-a.14";
|
||||
downloadUrl = {
|
||||
"specific" = {
|
||||
url = "https://github.com/zen-browser/desktop/releases/download/${version}/zen.linux-specific.tar.bz2";
|
||||
sha256 = "sha256:0r9jyc82hlz6jav9kzygnz3gdd7vci0m3im5zh1kynvfn18k7nys";
|
||||
sha256 = "sha256:0hfi40c0vwrpdgxwp7si9swzg5xmhm67dq797ggpvd6h942xbg2w";
|
||||
};
|
||||
"generic" = {
|
||||
url = "https://github.com/zen-browser/desktop/releases/download/${version}/zen.linux-generic.tar.bz2";
|
||||
sha256 = "sha256:0hicb3d09q0kgkfn9blvcci93hmli9vv35wbiybl0zd5h28yca4k";
|
||||
sha256 = "sha256:0xh32fgbbj2fmq2yc5lx6w5b72idrcnw3fjp8f51838xdmrdkc94";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue