diff --git a/modules/pkgs/handy.nix b/modules/pkgs/handy.nix index a4f9507..67fb625 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.12"; + version = "0.8.0"; src = pkgs.fetchurl { url = "https://github.com/cjpais/Handy/releases/download/v${version}/Handy_${version}_amd64.AppImage"; - hash = "sha256-Qh82PvZErWWhARs7ZzoGFllQXKsF63GUGqG5taT+kV8="; + hash = "sha256-PLcssfd6iMx51mglAJ7D4+67HFazwfhJMImgU9WiNDk="; }; extraInstallCommands = let