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

semgrep: 1.34.1 -> 1.35.0

authored by Weijia Wang and committed by GitHub 91527c9f fec95cc1

+5 -5
+5 -5
pkgs/tools/security/semgrep/common.nix
··· 1 1 { lib }: 2 2 3 3 rec { 4 - version = "1.34.1"; 4 + version = "1.35.0"; 5 5 6 - srcHash = "sha256-jbwG3Xyb/rEyz7aR51/pfc+bU/KY9k6BsByZg6KDY5s="; 6 + srcHash = "sha256-SUKswvY49Hxis5CwguXC5QSshG0sGKb23mz2IT1vNJI="; 7 7 8 8 # submodule dependencies 9 9 # these are fetched so we: ··· 25 25 core = { 26 26 x86_64-linux = { 27 27 platform = "any"; 28 - hash = "sha256-XogITZZtuNmWBrCfL5qpHJNm6jFxzraZMXWhUotXA4c="; 28 + hash = "sha256-ZqSbiuVKGjH+2fB0ReSw07CzTDSK35a8Adstzrvh8zA="; 29 29 }; 30 30 x86_64-darwin = { 31 31 platform = "macosx_10_14_x86_64"; 32 - hash = "sha256-YjV915SZ2L8t6huToErTHRd82m4I+evPyeuwpVzi26o="; 32 + hash = "sha256-MusoteFarPJm8eQO7T/LrXDWUV0Wx4nw80ZvjG7HHhM="; 33 33 }; 34 34 aarch64-darwin = { 35 35 platform = "macosx_11_0_arm64"; 36 - hash = "sha256-BAnYYeUWosAorcHpqUMpRXJFl4NQDPbWTsykDN3w5UQ="; 36 + hash = "sha256-xN87fp5jqes/smMrtLbZowMIuTevpDJNFNeWdo0Seu4="; 37 37 }; 38 38 }; 39 39