basedpyright: 1.22.0 -> 1.22.1

This commit is contained in:
R. Ryantm 2024-12-13 20:10:17 +00:00
parent 541e1aacbf
commit 8e954ac5f6

View File

@ -16,16 +16,16 @@
buildNpmPackage rec {
pname = "basedpyright";
version = "1.22.0";
version = "1.22.1";
src = fetchFromGitHub {
owner = "detachhead";
repo = "basedpyright";
rev = "refs/tags/v${version}";
hash = "sha256-/I8KCQnjFbE64h2rQuLV31IsVTQhuDxiobQwtx0HRPM=";
hash = "sha256-vf4N0JwjFJKqpYT5pUBiTdvVmWhLqZJ7lE4ryyjEOW8=";
};
npmDepsHash = "sha256-hCZ68sLpQs/7SYVf3pMAHfstRm1C/d80j8fESIFdhnw=";
npmDepsHash = "sha256-dkDAdLqp2OqUPaOujgZSZtVZPD/PTOazGcTZ4X7lWvI=";
npmWorkspace = "packages/pyright";
preBuild = ''