verible: 0.0.3747 -> 0.0.3791 (#342826)

authored by

Aleksana and committed by
GitHub
d5909a6e fc4e3165

+3 -3
+3 -3
pkgs/by-name/ve/verible/package.nix
··· 18 18 # These environment variables are read in bazel/build-version.py to create 19 19 # a build string shown in the tools --version output. 20 20 # If env variables not set, it would attempt to extract it from .git/. 21 - GIT_DATE = "2024-08-05"; 22 - GIT_VERSION = "v0.0-3747-g79f6290d"; 21 + GIT_DATE = "2024-09-17"; 22 + GIT_VERSION = "v0.0-3791-g88bf4fb8"; 23 23 24 24 # Derive nix package version from GIT_VERSION: "v1.2-345-abcde" -> "1.2.345" 25 25 version = builtins.concatStringsSep "." (lib.take 3 (lib.drop 1 (builtins.splitVersion GIT_VERSION))); ··· 28 28 owner = "chipsalliance"; 29 29 repo = "verible"; 30 30 rev = "${GIT_VERSION}"; 31 - hash = "sha256-cixhB7QZStfG4DKjqEVipIeM9uUt6vibtbtZypzIcMo="; 31 + hash = "sha256-Na91NpHhPRZ1k82pLQBvEcL8EWi/1imNN3dPNSl65DQ="; 32 32 }; 33 33 34 34 bazel = bazel_6;