github-markdown-toc-go: 2.0.0 -> 2.0.1 (#506334)

This commit is contained in:
nixpkgs-ci[bot]
2026-04-03 19:25:20 +00:00
committed by GitHub
@@ -5,13 +5,13 @@
}:
buildGoModule (finalAttrs: {
pname = "github-markdown-toc-go";
version = "2.0.0";
version = "2.0.1";
src = fetchFromGitHub {
owner = "ekalinin";
repo = "github-markdown-toc.go";
rev = "v${finalAttrs.version}";
hash = "sha256-hCkahhnTAF17ctJTL83wZxZiKGDzIKLwWKTTnwYQ3cs=";
hash = "sha256-sHXgtw+6LX7ryT8SWYWbEYu1iZCkeDZDP7houcsORJI=";
};
vendorHash = "sha256-K5yb7bnW6eS5UESK9wgNEUwGjB63eJk6+B0jFFiFero=";