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: 9d0722f663dd
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e9aaacd7ae57
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Dec 21, 2020

  1. trivy: 0.14.0 -> 0.15.0

    06kellyjac committed Dec 21, 2020
    Copy the full SHA
    a7180b4 View commit details

Commits on Jan 1, 2021

  1. Merge pull request #107311 from 06kellyjac/trivy

    trivy: 0.14.0 -> 0.15.0
    Lassulus authored Jan 1, 2021
    Copy the full SHA
    e9aaacd View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/tools/admin/trivy/default.nix
6 changes: 3 additions & 3 deletions pkgs/tools/admin/trivy/default.nix
Original file line number Diff line number Diff line change
@@ -2,16 +2,16 @@

buildGoModule rec {
pname = "trivy";
version = "0.14.0";
version = "0.15.0";

src = fetchFromGitHub {
owner = "aquasecurity";
repo = pname;
rev = "v${version}";
sha256 = "1ylk6n062n9w2c8179mj0z5acz98b30w6dkpz8gslachsz9sb5ij";
sha256 = "11fd32qb69g23lxrynsnfy8a783sl60rzknvq4shdg41p2ikigdk";
};

vendorSha256 = "0kljvy61n72dg99jyc47fzhc8ihyfjk30a1a031gczk3q3z2l7kj";
vendorSha256 = "09birwc8x90l2y0znf4fwny3phnmq0cz0l2z3xzwg0j3msrdl2np";

subPackages = [ "cmd/trivy" ];