From 42ac8e63ee6d85e620a3b51748ba1257c5c4f11a Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Mon, 3 Mar 2025 10:01:35 +0000 Subject: [PATCH] Version update --- flake.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index cf056e8..1c06d9e 100644 --- a/flake.nix +++ b/flake.nix @@ -10,10 +10,10 @@ nixpkgs, }: let system = "x86_64-linux"; - version = "1.7.4b"; + version = "1.8.2b"; downloadUrl = { - url = "https://github.com/zen-browser/desktop/releases/download/${version}/zen.linux-x86_64.tar.bz2"; - sha256 = "sha256:1d2mfm3g54n71rc9xg4pad3d60ws8kxhcfkvx6df5fc0ikd9n8c6"; + url = "https://github.com/zen-browser/desktop/releases/download/${version}/zen.linux-x86_64.tar.xz"; + sha256 = "sha256:0lqsspqnrp2v6ca6yacx7aq6afqr092q60aas1q6p7p15ky9ip7i"; }; pkgs = import nixpkgs {