Skip to content

Commit

Permalink
snyk: 1.1266.0 -> 1.1269.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 12, 2024
1 parent a2f82b9 commit 3998af6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/analysis/snyk/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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}"'
Expand Down

0 comments on commit 3998af6

Please sign in to comment.