Compare commits

..

2 Commits

Author SHA1 Message Date
gitea actions 3efe2e6354 update handy to 0.8.0 2026-03-25 06:40:36 +00:00
thomas 896247d7ba update helium to 0.10.6.1 (#17)
helium update / update-helium (push) Successful in 9s
zen browser update / update-zen-browser (push) Successful in 5s
handy update / update-handy (push) Successful in 9s
automated update of helium appimage version and hash

## changelog
from `0.10.5.1` to `0.10.6.1`

upstream release: https://github.com/imputnet/helium-linux/releases/tag/0.10.6.1

Co-authored-by: gitea actions <actions@localhost>
Reviewed-on: #17
2026-03-22 16:03:47 +00:00
+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.12"; version = "0.8.0";
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-Qh82PvZErWWhARs7ZzoGFllQXKsF63GUGqG5taT+kV8="; hash = "sha256-PLcssfd6iMx51mglAJ7D4+67HFazwfhJMImgU9WiNDk=";
}; };
extraInstallCommands = let extraInstallCommands = let