Skip to content

Commit ae62c94

Browse files
authored
verible: 0.0.3894 -> 0.0.3956 (#394709)
2 parents a2139c7 + 0a87330 commit ae62c94

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pkgs/by-name/ve/verible/package.nix

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ let
1616
registry = fetchFromGitHub {
1717
owner = "bazelbuild";
1818
repo = "bazel-central-registry";
19-
rev = "6ca6e91cb9fa2d224f61b8a4a2a7fd6b1211e388";
20-
hash = "sha256-LRD8sGbISp2LXjpg4cpbUHG2a1JbKLA7z3vSvqqXMGo=";
19+
rev = "bac7a5dc8b5535d7b36d0405f76badfba77c84c2";
20+
hash = "sha256-TXooqzqfvf1twldfrs0m8QR3AJkUCIyBS36TFTwN4Eg=";
2121
};
2222
in
2323
buildBazelPackage rec {
@@ -26,8 +26,8 @@ buildBazelPackage rec {
2626
# These environment variables are read in bazel/build-version.py to create
2727
# a build string shown in the tools --version output.
2828
# If env variables not set, it would attempt to extract it from .git/.
29-
GIT_DATE = "2025-01-02";
30-
GIT_VERSION = "v0.0-3894-g0a842c85";
29+
GIT_DATE = "2025-03-30";
30+
GIT_VERSION = "v0.0-3956-ge12a194d";
3131

3232
# Derive nix package version from GIT_VERSION: "v1.2-345-abcde" -> "1.2.345"
3333
version = builtins.concatStringsSep "." (
@@ -38,7 +38,7 @@ buildBazelPackage rec {
3838
owner = "chipsalliance";
3939
repo = "verible";
4040
rev = "${GIT_VERSION}";
41-
hash = "sha256-FWeEIWvrjE8ESGFUWDPtd9gLkhMDtgkw6WbXViDxQQA=";
41+
hash = "sha256-/RZqBNmyBZI6CO2ffS6p8T4wse1MKytNMphXFdkTOWQ=";
4242
};
4343

4444
bazel = bazel_6;
@@ -51,9 +51,9 @@ buildBazelPackage rec {
5151
fetchAttrs = {
5252
hash =
5353
{
54-
aarch64-linux = "sha256-HPpRxYhS6CIhinhHNvnPij4+cJxqf073nGpNG1ItPmo=";
55-
x86_64-linux = "sha256-gM4hsuHMF4V1PgykjQ0yO652luoRJvNdB2xF6P8uxRc=";
56-
aarch64-darwin = "sha256-OwkPUK8cEpBKB0uZOVExz6T14Pzol4aG8/MmGPV5X1o=";
54+
aarch64-linux = "sha256-ErhBpmXhtiZbBWy506rLp4TQh5oXJQ44lw25jlVkjUM=";
55+
x86_64-linux = "sha256-d8CYiqpL7rM3VvEqHSBvtgF2WLyH23jSvK7w4ChTtgU=";
56+
aarch64-darwin = "sha256-lHMbziDzQpmXvsW25SgjQUkPRIRYv6TJIPTAEvhSfuA=";
5757
}
5858
.${system} or (throw "No hash for system: ${system}");
5959
};

0 commit comments

Comments
 (0)