Unverified Commit 84391393 authored by h7x4's avatar h7x4 Committed by GitHub
Browse files

Merge pull request #323475 from r-ryantm/auto-update/snyk

snyk: 1.1291.0 -> 1.1292.1
parents 93c4e613 2e87dd53
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,16 +8,16 @@

buildNpmPackage rec {
  pname = "snyk";
  version = "1.1291.0";
  version = "1.1292.1";

  src = fetchFromGitHub {
    owner = "snyk";
    repo = "cli";
    rev = "refs/tags/v${version}";
    hash = "sha256-m70XujX2KOTvObjeBtoAbrYddi/+pLDLPXf/o+/DtmU=";
    hash = "sha256-N54fSRYTFOlmfpommEFIqbMP5IBkhatMwx4CQ8fd5QI=";
  };

  npmDepsHash = "sha256-f7sY7eCF8k28UnGyKqOP/exhsZQzUC70nIIjEOXEeC4=";
  npmDepsHash = "sha256-VHZqc111cC8AANogxXVg4BFlngdmrrt7E+tCMF5Rl7g=";

  postPatch = ''
    substituteInPlace package.json \