Compare commits

..

2 Commits

Author SHA1 Message Date
gitea actions f72e2c038f update zen browser to 1.19.2b 2026-03-12 06:20:26 +00:00
thomas 51903cc47f update handy to 0.7.10 (#4)
helium update / update-helium (push) Successful in 6s
zen browser update / update-zen-browser (push) Successful in 11s
handy update / update-handy (push) Successful in 5s
automated update of handy appimage version and hash

Co-authored-by: gitea actions <actions@localhost>
Reviewed-on: #4
2026-03-11 16:36:29 +00:00
+2 -2
View File
@@ -1,11 +1,11 @@
{ lib, ... }: { { lib, ... }: {
perSystem = { pkgs, ... }: let perSystem = { pkgs, ... }: let
pname = "zen-browser"; pname = "zen-browser";
version = "1.19.1b"; version = "1.19.2b";
src = pkgs.fetchurl { src = pkgs.fetchurl {
url = "https://github.com/zen-browser/desktop/releases/download/${version}/zen-x86_64.AppImage"; url = "https://github.com/zen-browser/desktop/releases/download/${version}/zen-x86_64.AppImage";
hash = "sha256-h3lza2C+SxptpcX897Uf/nM8dNILUBXScSNQZlvSIQg="; hash = "sha256-lDn7rIYDgmyUnc3PdIASXfpXBXASL6TEdzyZfT716cI=";
}; };
appimageContents = pkgs.appimageTools.extract { inherit pname version src; }; appimageContents = pkgs.appimageTools.extract { inherit pname version src; };