Compare commits

...

2 Commits

Author SHA1 Message Date
gitea actions b133a7833c update handy to 0.7.9 2026-03-09 17:39:00 +00:00
thomas fc60083346 test further 2026-03-09 17:38:43 +00:00
+1 -1
View File
@@ -2,7 +2,7 @@
perSystem = {pkgs, ...}: { perSystem = {pkgs, ...}: {
packages.handy = pkgs.appimageTools.wrapType2 rec { packages.handy = pkgs.appimageTools.wrapType2 rec {
pname = "handy"; pname = "handy";
version = "0.7.8"; version = "0.7.9";
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";