-
-
Notifications
You must be signed in to change notification settings - Fork 14.9k
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
[Backport release-24.11] cargo-lambda: move to pkgs/by-name, small refactorings #380155
[Backport release-24.11] cargo-lambda: move to pkgs/by-name, small refactorings #380155
Conversation
(cherry picked from commit cf5ff2a)
owner = pname; | ||
repo = pname; | ||
rev = "v${version}"; | ||
hash = "sha256-58kVtwBZEAlv9eVesqmWMZ+KxAwEiGMm8mCf9X5tPMI="; |
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.
No idea why the hash in 24.11 differed from the one in master
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.
Verified manually, the previous hash was correct, will restore and double check the hash on master
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.
Never mind, master is on 1.6.2 and 24.11 on 1.5.0, so this checks out :)
45a6422
to
40c4716
Compare
@matthiasbeyer This backports everything from #379874 except the darwin fix, which isn't necessary on 24.11 as the download test already was completely disabled here, and the second failing test doesn't exist in 1.5.0. Let me know if the update to 1.6.2 should be included in the backport, in which case I will cherry-pick that update as well and include the darwin fix commit again. |
Backport of #379874 with resolved conflicts.
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.