Merge pull request #309247 from r-ryantm/auto-update/semgrep

semgrep: 1.70.0 -> 1.71.0

authored by Pol Dellaiera and committed by GitHub aa5301c1 d3dbae6a

+8 -8
+8 -8
pkgs/tools/security/semgrep/common.nix
··· 1 { lib }: 2 3 rec { 4 - version = "1.70.0"; 5 6 - srcHash = "sha256-+fpXHUqTltS+eHvX5qVSLqJkFZGXJ6fTmezDdkocXmY="; 7 8 # submodule dependencies 9 # these are fetched so we: ··· 13 "cli/src/semgrep/semgrep_interfaces" = { 14 owner = "semgrep"; 15 repo = "semgrep-interfaces"; 16 - rev = "df63c8fe4695d742eb7c027cd5d12ccbb3395dab"; 17 - hash = "sha256-UHF0rGKYCiefU42bk5T3oBW2GYT4HGSmRQYprfneOlY="; 18 }; 19 }; 20 ··· 25 core = { 26 x86_64-linux = { 27 platform = "any"; 28 - hash = "sha256-DjIv5LTOZbjIr8BFqnIpH5h09KtxrggtA3xdCZ+OvZ8="; 29 }; 30 aarch64-linux = { 31 platform = "musllinux_1_0_aarch64.manylinux2014_aarch64"; 32 - hash = "sha256-09zeVoSb61WeKHJZOLIHXHP+m6X5k7x38iU8jlpubBk="; 33 }; 34 x86_64-darwin = { 35 platform = "macosx_10_14_x86_64"; 36 - hash = "sha256-nRpkJEeO8/cQmScg8vNuRLFfKcJZ7vG7pP37FqgcNlQ="; 37 }; 38 aarch64-darwin = { 39 platform = "macosx_11_0_arm64"; 40 - hash = "sha256-SzqFYyWJFNyW5H5xEcxF1GsuLK9GoaqiAx94X754QpI="; 41 }; 42 }; 43
··· 1 { lib }: 2 3 rec { 4 + version = "1.71.0"; 5 6 + srcHash = "sha256-KLDyKNo2oAQlcT9J2SbPSGJvUkxbT05IdEjl5YPBZqA="; 7 8 # submodule dependencies 9 # these are fetched so we: ··· 13 "cli/src/semgrep/semgrep_interfaces" = { 14 owner = "semgrep"; 15 repo = "semgrep-interfaces"; 16 + rev = "75abf193687b84ab341d8267d865ad68d81a89c9"; 17 + hash = "sha256-pS95f9oZLtzCEOQrjJP6aGm6lrltumG4ZjSTaUcRDpU="; 18 }; 19 }; 20 ··· 25 core = { 26 x86_64-linux = { 27 platform = "any"; 28 + hash = "sha256-0pEpxIYed0Z086l1apJXuEVW1Hly4HauzHD8bjxR1Zw="; 29 }; 30 aarch64-linux = { 31 platform = "musllinux_1_0_aarch64.manylinux2014_aarch64"; 32 + hash = "sha256-6VefgA4YFiY7fsy7sbQFXCjsJNM4+vlv6uLSrzBd2qI="; 33 }; 34 x86_64-darwin = { 35 platform = "macosx_10_14_x86_64"; 36 + hash = "sha256-wgCaS7Lw1FP42mOZmhO5v2Nz8PnDEkEP2gbxr7aGtDk="; 37 }; 38 aarch64-darwin = { 39 platform = "macosx_11_0_arm64"; 40 + hash = "sha256-IZc2RZbAYpflkszl5lFutxikwtO6XGoyyeHJIhU/K+k="; 41 }; 42 }; 43