lol

verible: 0.0.3410 -> 0.0.3428

+5 -5
+5 -5
pkgs/development/tools/language-servers/verible/default.nix
··· 17 17 # These environment variables are read in bazel/build-version.py to create 18 18 # a build string shown in the tools --version output. 19 19 # If env variables not set, it would attempt to extract it from .git/. 20 - GIT_DATE = "2023-08-29"; 21 - GIT_VERSION = "v0.0-3410-g398a8505"; 20 + GIT_DATE = "2023-10-26"; 21 + GIT_VERSION = "v0.0-3428-gcfcbb82b"; 22 22 23 23 # Derive nix package version from GIT_VERSION: "v1.2-345-abcde" -> "1.2.345" 24 24 version = builtins.concatStringsSep "." (lib.take 3 (lib.drop 1 (builtins.splitVersion GIT_VERSION))); 25 25 26 26 src = fetchFromGitHub { 27 27 owner = "chipsalliance"; 28 - repo = "verible"; 29 - rev = "${GIT_VERSION}"; 30 - sha256 = "sha256-qi//Dssgg5ITrL5jCpZXpSrhSm2xCqe53D9ctK7SQoU="; 28 + repo = "verible"; 29 + rev = "${GIT_VERSION}"; 30 + hash = "sha256-snWhOuGyAdtdJDMttcbEjlkwPUO1mdR9vuro0tZt+Z8="; 31 31 }; 32 32 33 33 patches = [