Unverified Commit 1404a50a authored by Paul Meyer's avatar Paul Meyer Committed by GitHub
Browse files

envoy-bin: 1.35.2 -> 1.35.3 (#441391)

parents 7e88a600 28c56ae2
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@
  versionCheckHook,
}:
let
  version = "1.35.2";
  version = "1.35.3";
  inherit (stdenv.hostPlatform) system;
  throwSystem = throw "envoy-bin is not available for ${system}.";

@@ -21,8 +21,8 @@ let

  hash =
    {
      aarch64-linux = "sha256-XfV0d4l8yTsEF9hDXAFnd0wgtu+Hm6VaEfPfXHF9wdE=";
      x86_64-linux = "sha256-6Uo9Gya7lpkb5GAiB8yxIX81Yw1BWurBUF1ooDuJc9w=";
      aarch64-linux = "sha256-NN5VDwIYLTHSYpVljAQQOdRjQavNGn5BLmpOK+Azg18=";
      x86_64-linux = "sha256-JBwXAvDtHA26MTOauqtCKQakKVzJJkD1uDLBMe44V2c=";
    }
    .${system} or throwSystem;
in