lol

Merge pull request #207037 from pjjw/pjjw/envoy-23-bump

envoy: 1.23.1 -> 1.23.3

authored by

Luke Granger-Brown and committed by
GitHub
9fc9e839 26883fa2

+5 -5
+5 -5
pkgs/servers/http/envoy/default.nix
··· 24 24 # However, the version string is more useful for end-users. 25 25 # These are contained in a attrset of their own to make it obvious that 26 26 # people should update both. 27 - version = "1.23.1"; 28 - rev = "edd69583372955fdfa0b8ca3820dd7312c094e46"; 27 + version = "1.23.3"; 28 + rev = "4801f5881893857fbc53a4061f0b20ef4ca91a5b"; 29 29 }; 30 30 in 31 31 buildBazelPackage rec { ··· 36 36 owner = "envoyproxy"; 37 37 repo = "envoy"; 38 38 inherit (srcVer) rev; 39 - sha256 = "sha256:157dbmp479xv5507n48yibvlgi2ac0l3sl9rzm28cm9lhzwva3k0"; 39 + sha256 = "sha256-akAuFk+jESWWvLRCDQ0XDT1Eplutfj5uacAFQp714vM="; 40 40 41 41 postFetch = '' 42 42 chmod -R +w $out ··· 83 83 84 84 fetchAttrs = { 85 85 sha256 = { 86 - x86_64-linux = "10f1lcn8pynqcj2hlz100zbpmawvn0f2hwpcw3m9v6v3fcs2l6pr"; 87 - aarch64-linux = "1na7gna9563mm1y7sy34fh64f1kxz151xn26zigbi9amwcpjbav6"; 86 + x86_64-linux = "sha256-zEebnLFGLUy6UR5Uf2f6s23s6tXYccp5SHzTcldDKwQ="; 87 + aarch64-linux = "sha256-UfowJD9uUBimRbIaSq2US6BpEVDDqSLchSDJ1k0Cfwk="; 88 88 }.${stdenv.system} or (throw "unsupported system ${stdenv.system}"); 89 89 dontUseCmakeConfigure = true; 90 90 dontUseGnConfigure = true;