Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f530f96dacce
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0d79e0edba49
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 29, 2021

  1. grype: 0.6.1 -> 0.7.0

    r-ryantm committed Jan 29, 2021
    Copy the full SHA
    81310b1 View commit details
  2. Merge pull request #111108 from r-ryantm/auto-update/grype

    grype: 0.6.1 -> 0.7.0
    marsam authored Jan 29, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    0d79e0e View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/tools/security/grype/default.nix
6 changes: 3 additions & 3 deletions pkgs/tools/security/grype/default.nix
Original file line number Diff line number Diff line change
@@ -6,16 +6,16 @@

buildGoModule rec {
pname = "grype";
version = "0.6.1";
version = "0.7.0";

src = fetchFromGitHub {
owner = "anchore";
repo = pname;
rev = "v${version}";
sha256 = "0schq11vckvdj538mnkdzhxl452nrssqrfapab9qc44yxdi1wf8k";
sha256 = "sha256-co00Ye/QVNSG4h67m56+37JLilBVzHxUwMs1vS3wYX4=";
};

vendorSha256 = "0lna7zhsj3wnw83nv0dp93aj869pplb51gqzrkka7vnqp0rjcw50";
vendorSha256 = "sha256-q7n8WLw/A2wr3z5h7zaFERY7lO5UIsmTD2mrcH/vpNs=";

propagatedBuildInputs = [ docker ];