jellyfin-rpc: bump version
This commit is contained in:
parent
7a1d6199db
commit
cb9105971f
1 changed files with 4 additions and 4 deletions
|
@ -5,15 +5,15 @@
|
||||||
}:
|
}:
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "jellyfin-rpc";
|
pname = "jellyfin-rpc";
|
||||||
version = "0.14.6";
|
version = "0.15.5";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Radiicall";
|
owner = "Radiicall";
|
||||||
repo = "jellyfin-rpc";
|
repo = "jellyfin-rpc";
|
||||||
rev = "04b412fb08268e9ee9e0aebfb72ea06e7284275a";
|
rev = "fcb13733e049153a111d8d4116324c3b02be9530";
|
||||||
sha256 = "sha256-EcydqJoeLEfY40UHermU8jw7PHAAii8YQR/m4q9S1vo=";
|
sha256 = "sha256-LQFXG5P4V2M6TVPyvCl2XMM70K61Z1sCyyLc05Twl4M=";
|
||||||
};
|
};
|
||||||
cargoHash = "sha256-C+ZWYNW9tWol8n5y2q+qx0ava8fn3hqEzCxIEtCJDTw=";
|
cargoHash = "sha256-uswD0PAoJ6x6bu7766QPdWB0CnINBaRAlkeEdNrC9xw=";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Displays the content you're currently watching on Discord!";
|
description = "Displays the content you're currently watching on Discord!";
|
||||||
|
|
Loading…
Reference in a new issue