basedpyright: 1.29.1 -> 1.29.2

https://github.com/DetachHead/basedpyright/releases/tag/v1.29.2

Signed-off-by: misilelab <misileminecord@gmail.com>
This commit is contained in:
misilelab
2025-05-23 22:40:16 +09:00
parent fef2e4ea93
commit cbcb9f78bd
+3 -3
View File
@@ -16,16 +16,16 @@
buildNpmPackage rec {
pname = "basedpyright";
version = "1.29.1";
version = "1.29.2";
src = fetchFromGitHub {
owner = "detachhead";
repo = "basedpyright";
tag = "v${version}";
hash = "sha256-DUcrR4UwqbP968QYPsjivf2FOUL6hwr5ZAGH+qA8Xtw=";
hash = "sha256-xzbIAzZS6kCrFDcbh7uFWV8Rbs91yx25RVKeGMSM5Dc=";
};
npmDepsHash = "sha256-wzetOJxHJXK7oY1cwOG9YOrKKIDhFPD17em6UQ2859M=";
npmDepsHash = "sha256-s2Bavzd1IGuI7HfdKLAsFWHmr1RxBZO/21KXt060jbI=";
npmWorkspace = "packages/pyright";
preBuild = ''