Compare commits

..

1 Commits

Author SHA1 Message Date
gitea actions 0511dccd58 update handy to 0.7.11 2026-03-17 06:40:27 +00:00
2 changed files with 2 additions and 3 deletions
-1
View File
@@ -25,7 +25,6 @@
tmux tmux
obs-studio obs-studio
jjui jjui
bat
]; ];
}; };
} }
+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.7.11";
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-GHVCGx8wy8xjAMRQLAcr/y8n/r5rd+sbkSBFB9Aeb4k=";
}; };
extraInstallCommands = let extraInstallCommands = let