verible: 0.0.3956 -> 0.0.4023 (#445793)

This commit is contained in:
Nick Cao
2025-09-26 19:34:40 +00:00
committed by GitHub
+12 -12
View File
@@ -16,8 +16,8 @@ let
registry = fetchFromGitHub {
owner = "bazelbuild";
repo = "bazel-central-registry";
rev = "bac7a5dc8b5535d7b36d0405f76badfba77c84c2";
hash = "sha256-TXooqzqfvf1twldfrs0m8QR3AJkUCIyBS36TFTwN4Eg=";
rev = "3f863a3f35f31b61982d813835d8637b3d93d87a";
hash = "sha256-BsxP3GrS98ubIAkFx/c4pB1i97ZZL2TijS+2ORnooww=";
};
in
buildBazelPackage rec {
@@ -26,8 +26,8 @@ buildBazelPackage rec {
# These environment variables are read in bazel/build-version.py to create
# a build string shown in the tools --version output.
# If env variables not set, it would attempt to extract it from .git/.
GIT_DATE = "2025-03-30";
GIT_VERSION = "v0.0-3956-ge12a194d";
GIT_DATE = "2025-08-29";
GIT_VERSION = "v0.0-4023-gc1271a00";
# Derive nix package version from GIT_VERSION: "v1.2-345-abcde" -> "1.2.345"
version = builtins.concatStringsSep "." (
@@ -37,8 +37,8 @@ buildBazelPackage rec {
src = fetchFromGitHub {
owner = "chipsalliance";
repo = "verible";
rev = "${GIT_VERSION}";
hash = "sha256-/RZqBNmyBZI6CO2ffS6p8T4wse1MKytNMphXFdkTOWQ=";
tag = GIT_VERSION;
hash = "sha256-N+yjRcVxFI56kP3zq+qFHNXZLTtVnQaVnseZS13YN0s=";
};
bazel = bazel_7;
@@ -51,9 +51,9 @@ buildBazelPackage rec {
fetchAttrs = {
hash =
{
aarch64-linux = "sha256-jgh+wEqZba30MODmgmPoQn1ErNmm40d16jB/kE2jYPg=";
x86_64-linux = "sha256-kiI/LX0l9ERxItsqiAyl+BP3QnLr0Ly2YVb988M4jVs=";
aarch64-darwin = "sha256-bkw4ErWYblzr3lQhoXSBqIBHjXzhZHeTKdT0E/YsiFQ=";
aarch64-linux = "sha256-SUURIZF3mlFRFKpxdHrgYAbJQ4rkkzCeqcC/1vxmreo=";
x86_64-linux = "sha256-p7h2L1aLzmMeWWxXC//Qau8/F4HbnUFY6aV8u7zfjRk=";
aarch64-darwin = "sha256-Zn22un/KaHdTEA/ucaentR7t/krmnZQk3A+jfbPVYnA=";
}
.${system} or (throw "No hash for system: ${system}");
};
@@ -94,11 +94,11 @@ buildBazelPackage rec {
'';
};
meta = with lib; {
meta = {
description = "Suite of SystemVerilog developer tools. Including a style-linter, indexer, formatter, and language server";
homepage = "https://github.com/chipsalliance/verible";
license = licenses.asl20;
maintainers = with maintainers; [
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [
hzeller
newam
];