Skip to content

Commit

Permalink
[release-24.05] envoy: 1.30.4 -> 1.30.5 (#342065)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukegb authored Sep 15, 2024
2 parents 3c59d2f + 33823bc commit 80f4210
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions pkgs/servers/http/envoy/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
, bazel-gazelle
, buildBazelPackage
, fetchFromGitHub
, fetchpatch
, stdenv
, cmake
, gn
Expand All @@ -25,15 +24,15 @@ let
# However, the version string is more useful for end-users.
# These are contained in a attrset of their own to make it obvious that
# people should update both.
version = "1.30.4";
rev = "32113313a357829ba3a5dce0795b6780bf8cbf4d";
hash = "sha256-u9lTVe40pwXTt0YRwJXRuZonS5KJL2JQUQ3L9ymuA74=";
version = "1.30.5";
rev = "20d3fc67fb757d7d7a644e0e0bfc3988b1df56ab";
hash = "sha256-uogckAaP+eumY1GZw2+T3CusLE0gR2VEV96/lroQ6+g=";
};

# these need to be updated for any changes to fetchAttrs
depsHash = {
x86_64-linux = "sha256-m7dMr/dCmjpKLPT+8FXBHGkTlNoN9x1oQ7D6uO0sHtQ=";
aarch64-linux = "sha256-9GqVpWkMHP9nb5EZHjGKixkWazi//oLlIUum45xTvoM=";
x86_64-linux = "sha256-SJ8ZPOYIptLOWo3tp/fdyYy2Iyyy1BYSz0Kc3p5OWbQ=";
aarch64-linux = "sha256-TBCJfw31aC6wUmp6Osg8BbXy5AbcPN0DyJuUCHqmoMo=";
}.${stdenv.system} or (throw "unsupported system ${stdenv.system}");
in
buildBazelPackage {
Expand Down

0 comments on commit 80f4210

Please sign in to comment.