nixpkgs/pkgs
Benjamin Hipple 0723df3bbe
buildGoModule: passthru the modSha256 (#82027)
The builder does not technically need the modSha256 of the vendor dir, and even
though we pass it the entire vendor dir it makes sense not to risk having an
accidental dependency on that variable.

However, tools like [nixpkgs-update](https://github.com/ryantm/nixpkgs-update)
need to inspect the `modSha256` of a package in order to be able to update them,
and since this is a real part of the package (describes info about its
dependencies) let's add it to `passthru`.

Specifically, this allows us to run a cmd like `nix eval -f . tflint.modSha256`
to get the current value, which is how the bot finds it to replace with the new
version in the Rust ecosystem.
2020-03-10 23:04:46 -07:00
..
applications Merge staging-next into master 2020-03-08 08:11:01 +01:00
build-support stdenv cc-wrapper: deal with edge-case regressions 2020-03-10 11:09:26 +01:00
common-updater common-updater-scripts: Fix replacing SRI hashes 2020-02-20 07:18:36 +01:00
data Merge pull request #81892 from r-ryantm/auto-update/recursive 2020-03-07 16:05:03 +01:00
desktops gnomeExtensions.sound-output-device-chooser: 24 -> 25 2020-03-05 02:07:23 +01:00
development buildGoModule: passthru the modSha256 (#82027) 2020-03-10 23:04:46 -07:00
games wesnoth: 1.14.10 -> 1.14.11 2020-03-04 19:01:49 +01:00
misc Merge pull request #71251 from hyperfekt/vscode-insiders-extensions 2020-03-07 13:33:07 -05:00
os-specific Merge staging-next into master 2020-03-08 08:11:01 +01:00
servers rabbitmq-server: add the VM test to passthru.tests 2020-03-10 17:25:03 +01:00
shells oh-my-zsh: 2020-03-05 -> 2020-03-05 2020-03-06 07:52:26 -05:00
stdenv Merge staging-next into master 2020-03-08 08:11:01 +01:00
test tests.nixos-functions: port test to python 2020-02-09 23:53:58 +01:00
tools Merge staging-next into master 2020-03-08 08:11:01 +01:00
top-level Merge staging-next into master 2020-03-08 08:11:01 +01:00