mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-26 05:57:28 +00:00
verible: 0.0.3747 -> 0.0.3791
This commit is contained in:
parent
6df58ccb18
commit
93270ba5de
@ -18,8 +18,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 = "2024-08-05";
|
||||
GIT_VERSION = "v0.0-3747-g79f6290d";
|
||||
GIT_DATE = "2024-09-17";
|
||||
GIT_VERSION = "v0.0-3791-g88bf4fb8";
|
||||
|
||||
# Derive nix package version from GIT_VERSION: "v1.2-345-abcde" -> "1.2.345"
|
||||
version = builtins.concatStringsSep "." (lib.take 3 (lib.drop 1 (builtins.splitVersion GIT_VERSION)));
|
||||
@ -28,7 +28,7 @@ buildBazelPackage rec {
|
||||
owner = "chipsalliance";
|
||||
repo = "verible";
|
||||
rev = "${GIT_VERSION}";
|
||||
hash = "sha256-cixhB7QZStfG4DKjqEVipIeM9uUt6vibtbtZypzIcMo=";
|
||||
hash = "sha256-Na91NpHhPRZ1k82pLQBvEcL8EWi/1imNN3dPNSl65DQ=";
|
||||
};
|
||||
|
||||
bazel = bazel_6;
|
||||
|
Loading…
Reference in New Issue
Block a user