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

envoy-bin: 1.36.2 -> 1.36.3 (#467846)

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

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

  hash =
    {
      aarch64-linux = "sha256-r3NrtmU8zpxSsvOwkqNgKsIaYKxnVpjQYNxNgoN8Bco=";
      x86_64-linux = "sha256-r9Z7z+pUhSXudqk1CgpM/rKsJMe1MnlM4zLYQK2M2uc=";
      aarch64-linux = "sha256-/YhTx+mSn2pEWZKBdcGKp5QbVrQ/4H4K3jvq9ZuKeiE=";
      x86_64-linux = "sha256-bcrOxz8P8Y0vaPYF+fBBzQ4cTTDTw4l3BYzZI9qi3qY=";
    }
    .${system} or throwSystem;
in