-
-
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
zsh-history: Update gomod hashsum #71226
Conversation
@GrahamcOfBorg build zsh-history |
seems to fail on my nixos-unstable fork. Let's see how ofbord does |
Well, I have no idea whats going on here. I had to generate the hashsum three times over for it converge in |
@GrahamcOfBorg build zsh-history |
what sometimes happen to me is that I first develop a package in an overlay and then move it to my nixpkgs but it still builds the version from the overlay xD. |
@GrahamcOfBorg build zsh-history |
1 similar comment
@GrahamcOfBorg build zsh-history |
strange, the build succeeds once, the same hash is wrong for the 2 other tests, but wrong against 2 different values xD I don't know enough about the go ecosystem so let's wait for a more adept reviewer :( |
This pull request has been mentioned on NixOS Discourse. There might be relevant details there: https://discourse.nixos.org/t/prs-ready-for-review-may-2019/3032/76 |
@GrahamcOfBorg build zsh-history |
@GrahamcOfBorg build zsh-history |
1 similar comment
@GrahamcOfBorg build zsh-history |
@teto I believe this might have been fixed with golang 1.13 but now the checksum turns back to the value we had before which means there is no change here. That's why GH closed this issue automatically and ofBorg does not longer build it. |
Motivation for this change
SHA256 checksum of gomod dependencies does not match on master
Things done
sandbox
innix.conf
on non-NixOS)nix-shell -p nix-review --run "nix-review wip"
./result/bin/
)nix path-info -S
before and after)Notify maintainers
cc @worldofpeace @teto