envoy-bin: 1.37.2 -> 1.38.0

This commit is contained in:
R. Ryantm
2026-04-27 11:16:53 +00:00
parent 6368eda62c
commit 0eb7a6310f
+3 -3
View File
@@ -7,7 +7,7 @@
versionCheckHook,
}:
let
version = "1.37.2";
version = "1.38.0";
inherit (stdenvNoCC.hostPlatform) system;
throwSystem = throw "envoy-bin is not available for ${system}.";
@@ -20,8 +20,8 @@ let
hash =
{
aarch64-linux = "sha256-sNf78pVUOEziPnGQCQJX/rXKE28UViazre+rstU/h4s=";
x86_64-linux = "sha256-MtPMIDuKvc6MLtkWopgSQ2TgxI6DtxlvVR52m2pIm/g=";
aarch64-linux = "sha256-nwBnjAzEM9ejQsQiQV6z/dFj53QUruXFtXwEvX1XlFQ=";
x86_64-linux = "sha256-zKMSp8P5GFLyhJmVyJUTDFmELiG6eH3JC6+kAm1sXsw=";
}
.${system} or throwSystem;
in