-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
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
treewide: fix and improve some src
s
#391262
base: master
Are you sure you want to change the base?
Conversation
... and improve some related `meta` URLs
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.
How about replacing sha256
with hash
where it is relevant too then ?
Well, I'd say it's out of scope of this, since this PR specifically on purpose does not touch any hashes. |
Just replacing the attribute, not its value, and only where it makes sense. And this is in the scope of "improving some e.g.: in |
…ible ... but only when it does not require editing the hash itself, i.e., keeping non-`base64` hashes as-is.
Done for all |
Okay, so apparently Samba mirrors changed their URL scheme again between me making that change and rebasing it on top of master, so that's fixed now.
Also, I checked most of the touched packages by `nix-build`ing their `.src`s with `hashed-mirrors = ` in my `nix.conf` (I checked all where I edited the hash, a bunch of Samba ones, and some random Savannah ones), and everything works.
|
This pull request has been mentioned on NixOS Discourse. There might be relevant details there: https://discourse.nixos.org/t/prs-already-reviewed/2617/2314 |
This fixes some source-related build failures I noticed while building nixpkgs without using cache.nixos.org, and then adds some related improvements on top, to make these particular issues less likely in the future.
Things done
sandbox = true
Add a 👍 reaction to pull requests you find important.