lol

envoy: 1.35.1 -> 1.35.2

+7 -7
+2 -2
pkgs/by-name/en/envoy/0002-nixpkgs-use-system-Go.patch
··· 10 10 1 file changed, 1 insertion(+), 1 deletion(-) 11 11 12 12 diff --git a/bazel/dependency_imports.bzl b/bazel/dependency_imports.bzl 13 - index 4615eed5c9ade5279f8174cf1bd3987a8b2d52f1..10be4b0b3f65e486c1dc8419337a5cf823431774 100644 13 + index ecfe356b3f9c44dbc00877e57b72a675e9e5baf0..10be4b0b3f65e486c1dc8419337a5cf823431774 100644 14 14 --- a/bazel/dependency_imports.bzl 15 15 +++ b/bazel/dependency_imports.bzl 16 16 @@ -24,7 +24,7 @@ load("@rules_rust//rust:defs.bzl", "rust_common") 17 17 load("@rules_rust//rust:repositories.bzl", "rules_rust_dependencies", "rust_register_toolchains", "rust_repository_set") 18 18 19 19 # go version for rules_go 20 - -GO_VERSION = "1.23.1" 20 + -GO_VERSION = "1.24.6" 21 21 +GO_VERSION = "host" 22 22 23 23 JQ_VERSION = "1.7"
+5 -5
pkgs/by-name/en/envoy/package.nix
··· 39 39 # However, the version string is more useful for end-users. 40 40 # These are contained in a attrset of their own to make it obvious that 41 41 # 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="; 45 45 }; 46 46 47 47 # these need to be updated for any changes to fetchAttrs ··· 50 50 depsHash 51 51 else 52 52 { 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="; 55 55 } 56 56 .${stdenv.system} or (throw "unsupported system ${stdenv.system}"); 57 57