Skip to content

Commit a5f3556

Browse files
committed
envoy: 1.35.1 -> 1.35.2
1 parent b62edf0 commit a5f3556

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

pkgs/by-name/en/envoy/0002-nixpkgs-use-system-Go.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ Signed-off-by: Luke Granger-Brown <git@lukegb.com>
1010
1 file changed, 1 insertion(+), 1 deletion(-)
1111

1212
diff --git a/bazel/dependency_imports.bzl b/bazel/dependency_imports.bzl
13-
index 4615eed5c9ade5279f8174cf1bd3987a8b2d52f1..10be4b0b3f65e486c1dc8419337a5cf823431774 100644
13+
index ecfe356b3f9c44dbc00877e57b72a675e9e5baf0..10be4b0b3f65e486c1dc8419337a5cf823431774 100644
1414
--- a/bazel/dependency_imports.bzl
1515
+++ b/bazel/dependency_imports.bzl
1616
@@ -24,7 +24,7 @@ load("@rules_rust//rust:defs.bzl", "rust_common")
1717
load("@rules_rust//rust:repositories.bzl", "rules_rust_dependencies", "rust_register_toolchains", "rust_repository_set")
1818

1919
# go version for rules_go
20-
-GO_VERSION = "1.23.1"
20+
-GO_VERSION = "1.24.6"
2121
+GO_VERSION = "host"
2222

2323
JQ_VERSION = "1.7"

pkgs/by-name/en/envoy/package.nix

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ let
3939
# However, the version string is more useful for end-users.
4040
# These are contained in a attrset of their own to make it obvious that
4141
# people should update both.
42-
version = "1.35.1";
43-
rev = "6e9539d0366baf85baf9acb3e618cb3384765f13";
44-
hash = "sha256-c1c8j/BCRrvAEqjt4EQ/d7zsM1zUe4Qr5EHzpuGblIk=";
42+
version = "1.35.2";
43+
rev = "2c2cd7efd119a5c9028b68a97d88a540248f8d18";
44+
hash = "sha256-HhjIewZMOr9hzcnFPIckfK5PIozqdypSdmYgvb7ccds=";
4545
};
4646

4747
# these need to be updated for any changes to fetchAttrs
@@ -50,8 +50,8 @@ let
5050
depsHash
5151
else
5252
{
53-
x86_64-linux = "sha256-t4Xv4UGYW5YU0kmv+1rdf2JvM1BYQyNWdtpz6Cdmxm4=";
54-
aarch64-linux = "sha256-aIBnNGzc0hTdlTgRyJ7eLnWvHqZ5ywhqOM+mHfH3/18=";
53+
x86_64-linux = "sha256-pih2EaVFDSTaCDpqkVSt39wBFGc4MFrhc1BioeHBp+w=";
54+
aarch64-linux = "sha256-RpgZSsDJctTzqm8M3u0+jyEi51HaNC2RZH0Hrelovo8=";
5555
}
5656
.${stdenv.system} or (throw "unsupported system ${stdenv.system}");
5757

0 commit comments

Comments
 (0)