flake update; msty update; +headscale config

This commit is contained in:
m3tam3re
2025-04-29 13:36:01 +02:00
parent 5a5b434efd
commit e461fc494a
9 changed files with 196 additions and 60 deletions

View File

@ -4,10 +4,10 @@
makeWrapper,
}: let
pname = "msty";
version = "1.8.4";
version = "1.9.2";
src = fetchurl {
url = "https://assets.msty.app/prod/latest/linux/amd64/Msty_x86_64_amd64.AppImage";
sha256 = "sha256-4NjS9/ZlzFWyVHA054DmpHeTl35PgkPiHwgRjHeB4is=";
sha256 = "sha256-Z4t0EcV9X4g5X0lBwipiMdP8lgPuBkhykAIKjHSUpnI=";
};
appimageContents = appimageTools.extractType2 {inherit pname version src;};
in