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

semgrep: 1.72.0 -> 1.73.0

authored by Matthias Beyer and committed by GitHub 6443d510 7e7a639f

+8 -8
+8 -8
pkgs/tools/security/semgrep/common.nix
··· 1 1 { lib }: 2 2 3 3 rec { 4 - version = "1.72.0"; 4 + version = "1.73.0"; 5 5 6 - srcHash = "sha256-Rfu4ymNQ9AXuj5nkx01eUtIVMXDmunNTvUH/2Y7VaXM="; 6 + srcHash = "sha256-INgc1rTN5K5mcV3u4Jktn7cqu87Z5sLnn70CxuZlbPA="; 7 7 8 8 # submodule dependencies 9 9 # these are fetched so we: ··· 13 13 "cli/src/semgrep/semgrep_interfaces" = { 14 14 owner = "semgrep"; 15 15 repo = "semgrep-interfaces"; 16 - rev = "75abf193687b84ab341d8267d865ad68d81a89c9"; 17 - hash = "sha256-pS95f9oZLtzCEOQrjJP6aGm6lrltumG4ZjSTaUcRDpU="; 16 + rev = "9f38254957c50c68ea402eebae0f7aa40dd01cbf"; 17 + hash = "sha256-/P8b7nSwNZSrm7dUFkehDaGz+r+bofrlFfuIo4U7tJM="; 18 18 }; 19 19 }; 20 20 ··· 25 25 core = { 26 26 x86_64-linux = { 27 27 platform = "any"; 28 - hash = "sha256-/XZzzDbsW6pw8LC8DgofZ1Gr7eeQyH719NzJDCoXhpk="; 28 + hash = "sha256-NSleztCh9+VEsezypbIS74Ll+KP/Nb/zqAWum7tdoMc="; 29 29 }; 30 30 aarch64-linux = { 31 31 platform = "musllinux_1_0_aarch64.manylinux2014_aarch64"; 32 - hash = "sha256-7zCy2IbxsNO1Jl/efu9dwSyvv6a0HYvqEBzxVpTzqAM="; 32 + hash = "sha256-tySsh+CLciJRXpr4oJa/h6Zh0Fw8c+EDdSNNRwOfKpg="; 33 33 }; 34 34 x86_64-darwin = { 35 35 platform = "macosx_10_14_x86_64"; 36 - hash = "sha256-jykFOXOCtEtlTxN6z17m8E2g2Wpb7qdXx6w4L6w+DbY="; 36 + hash = "sha256-jO8H0wSjW34ynx+WN0oP8mpuAsfMva7H86gg72WrsBY="; 37 37 }; 38 38 aarch64-darwin = { 39 39 platform = "macosx_11_0_arm64"; 40 - hash = "sha256-0dBki3y9tMdjRRfYbxtl0fVTDXO8tLpx76EPISxtCy4="; 40 + hash = "sha256-EizxrTI7b4qSp8nLwXCnvJqKwZje7+WXyw5z+Yk6bvQ="; 41 41 }; 42 42 }; 43 43