Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update request: invidious 0.20.1-unstable-2024-03-08 → 0.20.1-unstable-2024-03-31 #300537

Closed
1 task done
d4g opened this issue Mar 31, 2024 · 2 comments · Fixed by #300643
Closed
1 task done

Update request: invidious 0.20.1-unstable-2024-03-08 → 0.20.1-unstable-2024-03-31 #300537

d4g opened this issue Mar 31, 2024 · 2 comments · Fixed by #300643
Labels
9.needs: package (update) This needs a package to be updated

Comments

@d4g
Copy link
Contributor

d4g commented Mar 31, 2024

  • Package name: invidious

  • Latest released version: 0.20.1-unstable-2024-03-31

  • Current version on the unstable channel: 0.20.1-unstable-2024-03-08

  • Current version on the stable/release channel: 0.20.1-unstable-2024-03-08

  • Checked the nixpkgs pull requests

Notify maintainers
@GaetanLepage
@infinisil
@sbruder


Note for maintainers: Please tag this issue in your PR.


Add a 👍 reaction to issues you find important.

@d4g d4g added the 9.needs: package (update) This needs a package to be updated label Mar 31, 2024
@d4g
Copy link
Contributor Author

d4g commented Mar 31, 2024

As invidious in the old version is broken as it cannot fetch videos anymore, please update to latest version and latest commit:
iv-org/invidious#4552

Relevant issue:
iv-org/invidious#4498

@d4g d4g changed the title Update request: invidinous 0.20.1-unstable-2024-03-08 → 0.20.1-unstable-2024-03-31 Update request: invidious 0.20.1-unstable-2024-03-08 → 0.20.1-unstable-2024-03-31 Mar 31, 2024
@siph
Copy link
Member

siph commented Mar 31, 2024

Here's an overlay with the fix until then:

(final: prev: {
    invidious = prev.invidious.overrideAttrs (_oldAttrs: {
      src = prev.fetchFromGitHub {
        owner = "iv-org";
        repo = "invidious";
        fetchSubmodules = true;
        rev = "08390acd0c17875fddb84cabba54197a5b5740e4";
        sha256 = "sha256-75C/ImX/PYikVdSO4rZM/aYyEgx6pU90BHNeRFfcsDM=";
      };
    });
})

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
9.needs: package (update) This needs a package to be updated
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants