-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
nsncd: unstable-2024-03-18 -> unstable-2024-08-06 #332688
Conversation
If upstream is slow, I would rather revert that commit and hold off with the Rust upgrade than depend on fetching a commit that's liable to disappear in future when GitHub GCs. |
Let's start by reverting, anyway, because we definitely don't want to end up with the downgrade: #332692. |
c9b27df
to
edd2097
Compare
@alyssais PTAL |
edd2097
to
330d103
Compare
Oh, commit message is not in the right format. I'll just fix that with Squash and Merge. |
Duh, sorry about that. Forgot to check what was the previous version after your revert… |
990f7fa
to
ecdd1e6
Compare
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.
As noted by OfBorg, this PR won't build:
error: hash mismatch in fixed-output derivation '/nix/store/2ykd2ikw45jp1p5ci56q8z5zmrr567pn-nsncd-1.4.1-unstable-2024-04-10-vendor.tar.gz.drv':
specified: sha256-06fbzx+rqO4k1Cm/UaLk5SRs1wWPSpOG/qCie4c/nPQ=
got: sha256-N7U9YsyGh8+fLT973GGZTmVXcdnWhpqkeYTxzJ0rzdo=
Changing the program version name changes the cargo vendor hash. TIL. |
Fixes nsncd for rustc > 1.80. Co-authored-by: Sandro <[email protected]>
ecdd1e6
to
65038ab
Compare
Description of changes
Continuation of #332176 (comment)
Currently picking the commit from a upstream open PR twosigma/nsncd#119. If upstream end up merging the PR fast enough, it'd make sense to wait for it to be merged.
I'll open a subsequent PR to Nixpkgs to point to the merged PR if they're too slow for us.
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/
)Add a 👍 reaction to pull requests you find important.