Unverified Commit bcb26dc0 authored by adam's avatar adam
Browse files

jellyfin-rpc: 1.3.3 -> 1.3.4

parent dc7661e4
Loading
Loading
Loading
Loading
+7 −8
Original line number Diff line number Diff line
@@ -8,22 +8,21 @@

rustPlatform.buildRustPackage rec {
  pname = "jellyfin-rpc";
  version = "1.3.3";
  version = "1.3.4";

  src = fetchFromGitHub {
    owner = "Radiicall";
    repo = "jellyfin-rpc";
    tag = version;
    hash = "sha256-zKqP6Wt38ckqCPDS1oncmx92lZJm2oeb3bfpwVc6fUc=";
    hash = "sha256-g4Vd++Q6rJS6nU1kR+7aItnhHc0jeFSU460iF6P1EEk=";
  };

  cargoHash = "sha256-k9dGz+1HGcQoDMyqmJ1hEYklfYHibo1PI5jHEe0mr+w=";
  cargoHash = "sha256-ltEm3hFiHBM4NtYg1qrFH26jMDgWa+al06P6O/Su1XA=";

  # TODO: Re-enable when upstream bumps the version number internally
  # nativeInstallCheckInputs = [
  #   versionCheckHook
  # ];
  # doInstallCheck = true;
  nativeInstallCheckInputs = [
    versionCheckHook
  ];
  doInstallCheck = true;

  passthru = {
    updateScript = nix-update-script { };