From 3bced610036c9694eca246c513c61842f7731ad0 Mon Sep 17 00:00:00 2001 From: gitea actions Date: Thu, 19 Mar 2026 06:40:28 +0000 Subject: [PATCH] update handy to 0.7.12 --- modules/pkgs/handy.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/pkgs/handy.nix b/modules/pkgs/handy.nix index 70051ab..a4f9507 100644 --- a/modules/pkgs/handy.nix +++ b/modules/pkgs/handy.nix @@ -2,11 +2,11 @@ perSystem = {pkgs, ...}: { packages.handy = pkgs.appimageTools.wrapType2 rec { pname = "handy"; - version = "0.7.10"; + version = "0.7.12"; src = pkgs.fetchurl { url = "https://github.com/cjpais/Handy/releases/download/v${version}/Handy_${version}_amd64.AppImage"; - hash = "sha256-vBOcXCCJr9D0u0h27nN4XLPPngx4m+toAfi6O6Fuojk="; + hash = "sha256-Qh82PvZErWWhARs7ZzoGFllQXKsF63GUGqG5taT+kV8="; }; extraInstallCommands = let -- 2.52.0