From e16829f19a4a89c7059693e127546778dbb90543 Mon Sep 17 00:00:00 2001 From: thomas Date: Fri, 13 Mar 2026 12:47:17 +0000 Subject: [PATCH] update zen browser to 1.19.2b (#11) automated update of zen browser appimage version and hash ## changelog from `1.19.2a` to `1.19.2b` upstream release: https://github.com/zen-browser/desktop/releases/tag/1.19.2b # Zen Stable Release ## Security [Various security fixes](https://www.mozilla.org/en-US/security/advisories/mfsa2026-19/) ## New Features - Updated to Firefox 148.0.2 ## Fixes - Fixed some RSS live folders not working with certain feeds. ([#12685](https://github.com/zen-browser/desktop/issues/12685)) - Improved performance for spaces, specially when switching between them. ([#11851](https://github.com/zen-browser/desktop/issues/11851)) - Other minor bug fixes and improvements. Co-authored-by: gitea actions Reviewed-on: https://gitea.unrail.xyz/thomas/nixos-config/pulls/11 --- modules/pkgs/zen-browser.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/pkgs/zen-browser.nix b/modules/pkgs/zen-browser.nix index e74b8b8..d0ef814 100644 --- a/modules/pkgs/zen-browser.nix +++ b/modules/pkgs/zen-browser.nix @@ -1,7 +1,7 @@ {lib, ...}: { perSystem = {pkgs, ...}: let pname = "zen-browser"; - version = "1.19.2a"; + version = "1.19.2b"; src = pkgs.fetchurl { url = "https://github.com/zen-browser/desktop/releases/download/${version}/zen-x86_64.AppImage";