Skip to content

Commit 4d3269d

Browse files
authored
envoy: 1.31.0 -> 1.31.1 (NixOS#342061)
2 parents ad11a73 + 00e9c6b commit 4d3269d

5 files changed

+6
-6
lines changed

pkgs/servers/http/envoy/default.nix pkgs/by-name/en/envoy/package.nix

+5-5
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,16 @@ let
2525
# However, the version string is more useful for end-users.
2626
# These are contained in a attrset of their own to make it obvious that
2727
# people should update both.
28-
version = "1.31.0";
29-
rev = "7b8baff1758f0a584dcc3cb657b5032000bcb3d7";
30-
hash = "sha256-pKERyXABcpMpKMRRvqJavp2jYGXTxwFLDPERqDT6jnY=";
28+
version = "1.31.1";
29+
rev = "1f44388cee449c9dae8ae34c0b4f09036bcbf560";
30+
hash = "sha256-XvlF3hMS2PH87HgFwKoFzxHDYgRjZmxn02L1aLwYOrY=";
3131
};
3232

3333
# these need to be updated for any changes to fetchAttrs
3434
depsHash =
3535
{
36-
x86_64-linux = "sha256-33yu2oxP2zgKs01qn6RIyZx6zHJ1NuCNxolgk0/uWpM=";
37-
aarch64-linux = "sha256-ox7CJPqNbwucMDORQvx8SFs4oXR/WKixwJ6uK+l4NJc=";
36+
x86_64-linux = "sha256-9KXZdSvRfi5mWOSotG//+ljsx64I4bYwzbeQFuCIwDE=";
37+
aarch64-linux = "sha256-knrCfUYUL+bYuHSNrNeX3SwoGDf2rLYNXuukEmj4BjA=";
3838
}
3939
.${stdenv.system} or (throw "unsupported system ${stdenv.system}");
4040
in

pkgs/top-level/all-packages.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -24728,7 +24728,7 @@ with pkgs;
2472824728

2472924729
engelsystem = callPackage ../servers/web-apps/engelsystem { };
2473024730

24731-
envoy = callPackage ../servers/http/envoy {
24731+
envoy = callPackage ../by-name/en/envoy/package.nix {
2473224732
jdk = openjdk11_headless;
2473324733
gn = gn1924;
2473424734
};

0 commit comments

Comments
 (0)