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

envoy-bin: 1.37.0 -> 1.37.1 (#498908)

parents 55f53b53 14408975
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
  versionCheckHook,
}:
let
  version = "1.37.0";
  version = "1.37.1";
  inherit (stdenvNoCC.hostPlatform) system;
  throwSystem = throw "envoy-bin is not available for ${system}.";

@@ -20,8 +20,8 @@ let

  hash =
    {
      aarch64-linux = "sha256-9KEqySEbwO53yN2oaXIrbSih6dm2LNuX7I8g3oIA+ig=";
      x86_64-linux = "sha256-Clcp7k6YDTRuvO6A8Y5+/lIyuRFBu0x3bsOtzKeG5gw=";
      aarch64-linux = "sha256-ZYEeEq6PedT09kGNJ6LTL+vEzIpSM9Wuik2g4+Dz/nU=";
      x86_64-linux = "sha256-jbkO4KoIWuaHPb8hISgW0p9sRV1HYMSuz01lk3Y9sYw=";
    }
    .${system} or throwSystem;
in