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

wiiudownloader: init at 2.27 #262581

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

TheBrainScrambler
Copy link
Contributor

Description of changes

Wii U Downloader, allows to download encrypted Wii U files from Nintendo's official servers

Things done

  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandboxing enabled in nix.conf? (See Nix manual)
    • sandbox = relaxed
    • sandbox = true
  • Tested, as applicable:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • 23.11 Release Notes (or backporting 23.05 Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
  • Fits CONTRIBUTING.md.

Comment on lines 18 to 19
url = "https://napi.nbg01.v10lator.de/db";
hash = "sha256-neJnqAiKloZHlmzuW+h7+EcS+WYRr98dhfv3noCwDmI=";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since the output of this URL changes frequently, the hash also does, I already have a hash mismatch:

error: hash mismatch in fixed-output derivation '/nix/store/66b8ysh4v5j385kymp7gw6r8xyfwfav7-db.drv':
         specified: sha256-neJnqAiKloZHlmzuW+h7+EcS+WYRr98dhfv3noCwDmI=
            got:    sha256-I8RSdWJjQUBG4VRBLMOxUn6t3pA2C28dMjBNNhktFQY=

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah thanks I didn't realize this. I've changed the package to bundle the gtitles.c file. I'm unsure if this is the best approach though.

@ofborg ofborg bot added 8.has: package (new) This PR adds a new package 11.by: package-maintainer This PR was created by the maintainer of the package it changes 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin 10.rebuild-linux: 1-10 10.rebuild-linux: 1 labels Oct 21, 2023
@wegank wegank added the 2.status: stale https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md label Jul 4, 2024
@TheBrainScrambler
Copy link
Contributor Author

I am no longer using Nix. Someone else will have to take maintainership if this ever gets merged

@stale stale bot removed the 2.status: stale https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md label Jul 30, 2024
@FliegendeWurst FliegendeWurst added the 9.needs: maintainer Package or module needs active maintainers label Nov 10, 2024
@wegank wegank added the 2.status: stale https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md label Jan 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2.status: stale https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md 8.has: package (new) This PR adds a new package 9.needs: maintainer Package or module needs active maintainers 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin 10.rebuild-linux: 1-10 10.rebuild-linux: 1 11.by: package-maintainer This PR was created by the maintainer of the package it changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants