mirror of
https://github.com/Expand-sys/zen-browser-flake
synced 2025-12-16 06:52:14 +11:00
Update to 1.0.1-a.10
This commit is contained in:
parent
7902afc41d
commit
61c1de37a2
1 changed files with 3 additions and 3 deletions
|
|
@ -8,15 +8,15 @@
|
||||||
outputs = { self, nixpkgs }:
|
outputs = { self, nixpkgs }:
|
||||||
let
|
let
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
version = "1.0.1-a.9";
|
version = "1.0.1-a.10";
|
||||||
downloadUrl = {
|
downloadUrl = {
|
||||||
"specific" = {
|
"specific" = {
|
||||||
url = "https://github.com/zen-browser/desktop/releases/download/${version}/zen.linux-specific.tar.bz2";
|
url = "https://github.com/zen-browser/desktop/releases/download/${version}/zen.linux-specific.tar.bz2";
|
||||||
sha256 = "sha256:1f4ym15gmwwxmgpwsl09a2rq1cwgybn0f715pj2icn2kmliasdkn";
|
sha256 = "sha256:1iwqfz9hmkmg0b57w8928hfmav1lyxq29dfp0q029m2cb40ypmk4";
|
||||||
};
|
};
|
||||||
"generic" = {
|
"generic" = {
|
||||||
url = "https://github.com/zen-browser/desktop/releases/download/${version}/zen.linux-generic.tar.bz2";
|
url = "https://github.com/zen-browser/desktop/releases/download/${version}/zen.linux-generic.tar.bz2";
|
||||||
sha256 = "sha256:0jrxs09mbv7as4nk96nx1n8isas5r4nxysxp61l0fvsqywqsj970";
|
sha256 = "sha256:1sj9cmqzvi595273mixqd8zbx8xhjgzzbbklk0082x0xm4b7fshl";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue