mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
snyk: 1.1286.3 -> 1.1287.0
Diff: https://github.com/snyk/cli/compare/refs/tags/v1.1286.3...v1.1287.0 Changelog: https://github.com/snyk/cli/releases/tag/v1.1287.0
This commit is contained in:
parent
e7310bc306
commit
44a54eecc1
1 changed files with 2 additions and 2 deletions
|
@ -8,13 +8,13 @@
|
||||||
|
|
||||||
buildNpmPackage rec {
|
buildNpmPackage rec {
|
||||||
pname = "snyk";
|
pname = "snyk";
|
||||||
version = "1.1286.3";
|
version = "1.1287.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "snyk";
|
owner = "snyk";
|
||||||
repo = "cli";
|
repo = "cli";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-3Cr4/rXbGyP3rU/e824RraiN+Tqm4l3x8m8blR9d5Fc=";
|
hash = "sha256-d5MafGgxtecBzAkFxx+vi1a4ZQiVDJaISld7mQlNGFE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
npmDepsHash = "sha256-t+lYPVN/7mQak6A0VJUxnIj34iHB47nbcCV/dsO1/2E=";
|
npmDepsHash = "sha256-t+lYPVN/7mQak6A0VJUxnIj34iHB47nbcCV/dsO1/2E=";
|
||||||
|
|
Loading…
Reference in a new issue