update version

This commit is contained in:
2026-02-02 18:28:54 -05:00
parent f9fd5d357d
commit 623b7997e7

View File

@@ -47,11 +47,11 @@
default =
let
pname = "musicpresence";
version = "2.3.4";
version = "2.3.5";
src = pkgs.fetchurl {
url = "https://github.com/ungive/discord-music-presence/releases/download/v${version}/${pname}-${version}-linux-x86_64.AppImage";
hash = "sha256-S8VHs81wbVv5Z1lncSIYJDUHRfUBl40WU+P3QTQROp0=";
hash = "sha256-M7oDxVevspA3SGuHktS8ChQAYopgIqypiVlzyE4uyqI=";
};
appimageContents = pkgs.appimageTools.extract { inherit pname version src; };