about summary refs log tree commit diff
path: root/pkgs/servers/http
diff options
context:
space:
mode:
authorUri Baghin <uri@canva.com>2023-01-12 11:15:49 +1100
committerGitHub <noreply@github.com>2023-01-12 11:15:49 +1100
commit5fe2aa39debf398d0053b0c475de7cf37ef8fece (patch)
treeb7874e6a22f2b8dce1869a2c867dc3c1ba0c50c0 /pkgs/servers/http
parent28c94a90d128f76af48703ebc4ae4544d06ec12d (diff)
envoy: fix deps hashes
Diffstat (limited to 'pkgs/servers/http')
-rw-r--r--pkgs/servers/http/envoy/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/http/envoy/default.nix b/pkgs/servers/http/envoy/default.nix
index 709726bc846d5..aed6a36be1d75 100644
--- a/pkgs/servers/http/envoy/default.nix
+++ b/pkgs/servers/http/envoy/default.nix
@@ -83,8 +83,8 @@ buildBazelPackage rec {
 
   fetchAttrs = {
     sha256 = {
-      x86_64-linux = "sha256-drgZSTCDcef9jNZ6E8KtqxqkxhnQ+UiYo5CeUPBPryE=";
-      aarch64-linux = "sha256-FJwLUT3NVEH6u9756n2+J83FiKGsvIvlllbDvW+wpSI=";
+      x86_64-linux = "sha256-UXTh5sCN7PJxNbTaG47YnW7aQBBtu101UjfsWU1CtBw=";
+      aarch64-linux = "sha256-uynV2/RWBybR2bjErDjcfoacv5vsI4GJ3SL4OF1kFOE=";
     }.${stdenv.system} or (throw "unsupported system ${stdenv.system}");
     dontUseCmakeConfigure = true;
     dontUseGnConfigure = true;