[Backport release-26.05] navidromePlugins.discord-rich-presence: 1.0.0 -> 2.0.0 (#541824)

This commit is contained in:
nixpkgs-ci[bot]
2026-07-14 15:44:03 +00:00
committed by GitHub

View File

@@ -5,16 +5,16 @@
}:
buildNavidromePlugin rec {
pname = "discord-rich-presence-plugin";
version = "1.0.0";
version = "2.0.0";
src = pkgs.fetchFromGitHub {
owner = "navidrome";
repo = "discord-rich-presence-plugin";
tag = "v${version}";
hash = "sha256-YH1K6uagIloQQ4gdezKMAfx9KbGL9chiTx/i8CiH4io=";
hash = "sha256-j4iGymXH9JstPGdpPl5TFLiH8ShfE46U+BZk1n7a2yQ=";
};
vendorHash = "sha256-M5dI0gNfy2x9IVN1284pdvUaCui0sgxFCC+9weq2ipM=";
vendorHash = "sha256-5ZlqyUa+UcLCBdLQaYAlb818Y8sOENjIFfb2hpRsbpQ=";
meta = {
description = "Displays your currently playing track in your Discord status";