update version
This commit is contained in:
@@ -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; };
|
||||
|
||||
Reference in New Issue
Block a user