Update Zen Browser to v1.0.2-b.0

This commit is contained in:
luisnquin
2024-12-10 14:20:03 +00:00
committed by github-actions[bot]
parent 5a765451af
commit ddbfcd6958
2 changed files with 6 additions and 6 deletions

6
flake.lock generated
View File

@@ -2,11 +2,11 @@
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1732521221,
"narHash": "sha256-2ThgXBUXAE1oFsVATK1ZX9IjPcS4nKFOAjhPNKuiMn0=",
"lastModified": 1733759999,
"narHash": "sha256-463SNPWmz46iLzJKRzO3Q2b0Aurff3U1n0nYItxq7jU=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "4633a7c72337ea8fd23a4f2ba3972865e3ec685d",
"rev": "a73246e2eef4c6ed172979932bc80e1404ba2d56",
"type": "github"
},
"original": {

View File

@@ -10,13 +10,13 @@
nixpkgs,
}: let
system = "x86_64-linux";
version = "1.0.1-a.22";
version = "1.0.2-b.0";
downloadUrl = {
specific.url = "https://github.com/zen-browser/desktop/releases/download/${version}/zen.linux-specific.tar.bz2";
specific.sha256 = "0anr79rdm62h5y37xa47rrrk32r9gnv04df4z7brc0hp4q83pxvi";
specific.sha256 = "067m7g48nfa366ajn3flphnwkx8msc034r6px8ml66mbj7awjw4x";
generic.url = "https://github.com/zen-browser/desktop/releases/download/${version}/zen.linux-generic.tar.bz2";
generic.sha256 = "065rl1fhg79bkj1qy960qcid7wr7vd7j3wsf7bbr69b4rgmqqv3z";
generic.sha256 = "02x4w2fq80s1za05s0gg9r2drr845bln80h5hbwhvp1gxq9jf0g2";
};
pkgs = import nixpkgs {