basedpyright: 1.29.2 -> 1.29.4 (#417367)

Co-authored-by: kiike <kiike@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-06-17 06:21:46 +00:00
committed by GitHub
co-authored by kiike
+3 -3
View File
@@ -16,16 +16,16 @@
buildNpmPackage rec {
pname = "basedpyright";
version = "1.29.2";
version = "1.29.4";
src = fetchFromGitHub {
owner = "detachhead";
repo = "basedpyright";
tag = "v${version}";
hash = "sha256-xzbIAzZS6kCrFDcbh7uFWV8Rbs91yx25RVKeGMSM5Dc=";
hash = "sha256-LT0ZixIxUXqNyK08ue+fbDAk/g+ibJVWQbi/LLrdLuM=";
};
npmDepsHash = "sha256-s2Bavzd1IGuI7HfdKLAsFWHmr1RxBZO/21KXt060jbI=";
npmDepsHash = "sha256-aJte4ApeXJQ9EYn87Uo+Xx7s+wi80I1JsZHeqklHGs4=";
npmWorkspace = "packages/pyright";
preBuild = ''