Merge staging-next into staging

This commit is contained in:
github-actions[bot]
2021-01-29 06:19:21 +00:00
committed by GitHub
52 changed files with 270 additions and 141 deletions
+2 -2
View File
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "aide";
version = "0.16.2";
version = "0.17";
src = fetchurl {
url = "https://github.com/aide/aide/releases/download/v${version}/${pname}-${version}.tar.gz";
sha256 = "15xp47sz7kk1ciffw3f5xw2jg2mb2lqrbr3q6p4bkbz5dap9iy8p";
sha256 = "sha256-T9iNHV3ccMaYxlGeu8BcjTLD9tgTe7/e/q66r9bbhns=";
};
buildInputs = [ flex bison libmhash zlib acl attr libselinux pcre ];
+3 -3
View File
@@ -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 ];