Update to 1.0.1-a.9

This commit is contained in:
ch4og 2024-10-15 03:06:00 +03:00
parent 6124e356ba
commit 7902afc41d

View file

@ -8,15 +8,15 @@
outputs = { self, nixpkgs }:
let
system = "x86_64-linux";
version = "1.0.1-a.8";
version = "1.0.1-a.9";
downloadUrl = {
"specific" = {
url = "https://github.com/zen-browser/desktop/releases/download/${version}/zen.linux-specific.tar.bz2";
sha256 = "sha256:0pxwfxvvf3rp5cnil47578dgpyb0a42nnjpb7v3ylddfdlvr2msm";
sha256 = "sha256:1f4ym15gmwwxmgpwsl09a2rq1cwgybn0f715pj2icn2kmliasdkn";
};
"generic" = {
url = "https://github.com/zen-browser/desktop/releases/download/${version}/zen.linux-generic.tar.bz2";
sha256 = "sha256:0g3pkdyq06651v2rxjssqwn79j3phghf0fxpq9r0vhhsqdw2r62a";
sha256 = "sha256:0jrxs09mbv7as4nk96nx1n8isas5r4nxysxp61l0fvsqywqsj970";
};
};