Compare commits

..

2 Commits

Author SHA1 Message Date
thomas 3f2e3d99e5 update zen browser to 1.19.3b (#14)
helium update / update-helium (push) Successful in 15s
zen browser update / update-zen-browser (push) Successful in 5s
handy update / update-handy (push) Successful in 6s
automated update of zen browser appimage version and hash

## changelog
from `1.19.2b` to `1.19.3b`

upstream release: https://github.com/zen-browser/desktop/releases/tag/1.19.3b

Co-authored-by: gitea actions <actions@localhost>
Reviewed-on: #14
2026-03-19 14:31:04 +00:00
thomas b419bf6cf3 update handy to 0.7.12 (#16)
automated update of handy appimage version and hash

## changelog
from `0.7.10` to `0.7.12`

upstream release: https://github.com/cjpais/Handy/releases/tag/v0.7.12

Co-authored-by: gitea actions <actions@localhost>
Reviewed-on: #16
2026-03-19 14:30:57 +00:00
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -2,11 +2,11 @@
perSystem = {pkgs, ...}: { perSystem = {pkgs, ...}: {
packages.handy = pkgs.appimageTools.wrapType2 rec { packages.handy = pkgs.appimageTools.wrapType2 rec {
pname = "handy"; pname = "handy";
version = "0.7.11"; version = "0.7.12";
src = pkgs.fetchurl { src = pkgs.fetchurl {
url = "https://github.com/cjpais/Handy/releases/download/v${version}/Handy_${version}_amd64.AppImage"; url = "https://github.com/cjpais/Handy/releases/download/v${version}/Handy_${version}_amd64.AppImage";
hash = "sha256-GHVCGx8wy8xjAMRQLAcr/y8n/r5rd+sbkSBFB9Aeb4k="; hash = "sha256-Qh82PvZErWWhARs7ZzoGFllQXKsF63GUGqG5taT+kV8=";
}; };
extraInstallCommands = let extraInstallCommands = let
+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.2b"; version = "1.19.3b";
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-lDn7rIYDgmyUnc3PdIASXfpXBXASL6TEdzyZfT716cI="; hash = "sha256-p00Irv2z6brDXMx3cr0234lOZZ2a7FmJMDzN494nzMw=";
}; };
appimageContents = pkgs.appimageTools.extract {inherit pname version src;}; appimageContents = pkgs.appimageTools.extract {inherit pname version src;};