jellyfin-rpc: 1.3.2 -> 1.3.3 (#405220)

This commit is contained in:
Nick Cao
2025-05-08 16:59:57 -04:00
committed by GitHub
+3 -3
View File
@@ -8,17 +8,17 @@
rustPlatform.buildRustPackage rec {
pname = "jellyfin-rpc";
version = "1.3.2";
version = "1.3.3";
src = fetchFromGitHub {
owner = "Radiicall";
repo = "jellyfin-rpc";
tag = version;
hash = "sha256-RZ4G8/gMD2HsNdCJyr1PTKySGcv45a57KAEqAvLBtjQ=";
hash = "sha256-zKqP6Wt38ckqCPDS1oncmx92lZJm2oeb3bfpwVc6fUc=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-olg36uXAXVe3BuAqMAlLyokoeDm9wVLfE45tKuGlWF8=";
cargoHash = "sha256-k9dGz+1HGcQoDMyqmJ1hEYklfYHibo1PI5jHEe0mr+w=";
# TODO: Re-enable when upstream bumps the version number internally
# nativeInstallCheckInputs = [