Update to a.39 (#32)

This commit is contained in:
Nikita Mitasov
2024-09-10 23:52:49 +03:00
committed by GitHub
parent 5fce6f9bc9
commit 59af1a3aed

View File

@@ -8,15 +8,15 @@
outputs = { self, nixpkgs }: outputs = { self, nixpkgs }:
let let
system = "x86_64-linux"; system = "x86_64-linux";
version = "1.0.0-a.37"; version = "1.0.0-a.39";
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:1026ll1x2bzgpcmnsj0zjfcdbb1yns6csgg96wdlcnyxz2nssmyp"; sha256 = "sha256:1gwg9snrrhm5hv88wmai6v74qzrabqlf2ljxq4lrp7dp60239ih9";
}; };
"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:1hdxbqapk3bi91hbb1f5nbl4gjzns09bxzsgnb94ydi7kjhmwf1c"; sha256 = "sha256:11gbkjb7nwhq40a2ipyyk4l41qh3c2ywa5xqb2k2ihgyvfa0pbhi";
}; };
}; };