lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at master 34 lines 1.8 kB view raw
1From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 2From: Luke Granger-Brown <git@lukegb.com> 3Date: Thu, 17 Apr 2025 02:40:18 +0100 4Subject: [PATCH] nixpkgs: bump rules_rust to 0.60.0 5 6Signed-off-by: Luke Granger-Brown <git@lukegb.com> 7--- 8 bazel/repository_locations.bzl | 6 +++--- 9 1 file changed, 3 insertions(+), 3 deletions(-) 10 11diff --git a/bazel/repository_locations.bzl b/bazel/repository_locations.bzl 12index 1293e432c815071ed55721760e583ac0e9f40108..664f8c8e2bf4641e7862e9321fd6f91d162c3c17 100644 13--- a/bazel/repository_locations.bzl 14+++ b/bazel/repository_locations.bzl 15@@ -1528,8 +1528,8 @@ REPOSITORY_LOCATIONS_SPEC = dict( 16 project_name = "Bazel rust rules", 17 project_desc = "Bazel rust rules (used by Wasm)", 18 project_url = "https://github.com/bazelbuild/rules_rust", 19- version = "0.56.0", 20- sha256 = "f1306aac0b258b790df01ad9abc6abb0df0b65416c74b4ef27f4aab298780a64", 21+ version = "0.60.0", 22+ sha256 = "7825214ccad7c2482cb490ac91dbc1e88b30223062796ce328aca893b74ae342", 23 # Note: rules_rust should point to the releases, not archive to avoid the hassle of bootstrapping in crate_universe. 24 # This is described in https://bazelbuild.github.io/rules_rust/crate_universe.html#setup, otherwise bootstrap 25 # is required which in turn requires a system CC toolchains, not the bazel controlled ones. 26@@ -1540,7 +1540,7 @@ REPOSITORY_LOCATIONS_SPEC = dict( 27 "dataplane_ext", 28 ], 29 extensions = ["envoy.wasm.runtime.wasmtime"], 30- release_date = "2024-12-16", 31+ release_date = "2025-04-08", 32 cpe = "N/A", 33 license = "Apache-2.0", 34 license_url = "https://github.com/bazelbuild/rules_rust/blob/{version}/LICENSE.txt",