mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-02 19:14:14 +00:00
basedpyright: 1.21.1 -> 1.22.0 (#359715)
This commit is contained in:
commit
dabd3bd5fa
@ -16,13 +16,13 @@
|
|||||||
|
|
||||||
buildNpmPackage rec {
|
buildNpmPackage rec {
|
||||||
pname = "basedpyright";
|
pname = "basedpyright";
|
||||||
version = "1.21.1";
|
version = "1.22.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "detachhead";
|
owner = "detachhead";
|
||||||
repo = "basedpyright";
|
repo = "basedpyright";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-RwckZqEL5U60XSYul74p9Ezg+N8FrnLkRFpdxIa7/34=";
|
hash = "sha256-/I8KCQnjFbE64h2rQuLV31IsVTQhuDxiobQwtx0HRPM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
npmDepsHash = "sha256-hCZ68sLpQs/7SYVf3pMAHfstRm1C/d80j8fESIFdhnw=";
|
npmDepsHash = "sha256-hCZ68sLpQs/7SYVf3pMAHfstRm1C/d80j8fESIFdhnw=";
|
||||||
|
Loading…
Reference in New Issue
Block a user