mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 09:23:01 +00:00
Merge pull request #280493 from r-ryantm/auto-update/snyk
snyk: 1.1266.0 -> 1.1269.0
This commit is contained in:
commit
e7d0b22d34
@ -2,16 +2,16 @@
|
||||
|
||||
buildNpmPackage rec {
|
||||
pname = "snyk";
|
||||
version = "1.1266.0";
|
||||
version = "1.1269.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "snyk";
|
||||
repo = "cli";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-K+62BbiP4GVjxqadIllDBn8pH+cJkbEUVWJTMO7Mn3M=";
|
||||
hash = "sha256-jFaWkit96mIBCIYVOYoa5qNOP+fzmzwoi5bFgpi8JHM=";
|
||||
};
|
||||
|
||||
npmDepsHash = "sha256-9FLXsIFrNzH42v5y537GrS3C1X91LLh3qu4sPoprNK4=";
|
||||
npmDepsHash = "sha256-GCWpNFDfvpZrMLy8S7q1V0bzngL0fe0gZeMx+MbHOKU=";
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace package.json --replace '"version": "1.0.0-monorepo"' '"version": "${version}"'
|
||||
|
Loading…
Reference in New Issue
Block a user