-
-
Notifications
You must be signed in to change notification settings - Fork 15k
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
base: master
Are you sure you want to change the base?
wiiudownloader: init at 2.27 #262581
Conversation
url = "https://napi.nbg01.v10lator.de/db"; | ||
hash = "sha256-neJnqAiKloZHlmzuW+h7+EcS+WYRr98dhfv3noCwDmI="; |
There was a problem hiding this comment.
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=
There was a problem hiding this comment.
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.
5d66765
to
947a49d
Compare
I am no longer using Nix. Someone else will have to take maintainership if this ever gets merged |
Description of changes
Wii U Downloader, allows to download encrypted Wii U files from Nintendo's official servers
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)