flake update

This commit is contained in:
m3tam3re
2025-04-10 11:36:42 +02:00
parent 374a17e6fc
commit 40d6c9692a
3 changed files with 24 additions and 24 deletions

View File

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