basedpyright: 1.29.4 -> 1.29.5

This commit is contained in:
R. Ryantm 2025-07-05 14:01:23 +00:00
parent a2024a3842
commit 355dbb134c

View File

@ -16,13 +16,13 @@
buildNpmPackage rec {
pname = "basedpyright";
version = "1.29.4";
version = "1.29.5";
src = fetchFromGitHub {
owner = "detachhead";
repo = "basedpyright";
tag = "v${version}";
hash = "sha256-LT0ZixIxUXqNyK08ue+fbDAk/g+ibJVWQbi/LLrdLuM=";
hash = "sha256-fD7A37G1kr7sWfwI8GXOm1cOlpnTSE9tN/WzotM8BeQ=";
};
npmDepsHash = "sha256-aJte4ApeXJQ9EYn87Uo+Xx7s+wi80I1JsZHeqklHGs4=";