mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-20 15:41:16 +00:00
[Backport release-26.05] navidromePlugins.discord-rich-presence: 1.0.0 -> 2.0.0 (#541824)
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user