update handy to 0.7.9 #3

Merged
thomas merged 1 commits from bot/handy-0.7.9 into main 2026-03-09 17:39:54 +00:00
Showing only changes of commit b133a7833c - Show all commits
+2 -2
View File
@@ -2,11 +2,11 @@
perSystem = {pkgs, ...}: {
packages.handy = pkgs.appimageTools.wrapType2 rec {
pname = "handy";
version = "0.7.8";
version = "0.7.9";
src = pkgs.fetchurl {
url = "https://github.com/cjpais/Handy/releases/download/v${version}/Handy_${version}_amd64.AppImage";
hash = "sha256-";
hash = "sha256-iSibRpme8xJfumhjJ2LzkrtFwV8j9nHajMnBygBFLz4=";
};
extraInstallCommands = let