Skip to content

Commit

Permalink
basedpyright: 1.22.1 -> 1.23.1 (NixOS#366517)
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage authored Dec 19, 2024
2 parents f18dac9 + fad76b1 commit b3f7abb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pkgs/by-name/ba/basedpyright/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@

buildNpmPackage rec {
pname = "basedpyright";
version = "1.22.1";
version = "1.23.1";

src = fetchFromGitHub {
owner = "detachhead";
repo = "basedpyright";
rev = "refs/tags/v${version}";
hash = "sha256-vf4N0JwjFJKqpYT5pUBiTdvVmWhLqZJ7lE4ryyjEOW8=";
tag = "v${version}";
hash = "sha256-w3QcvAHwEM1kdRY/780yr2kQQ2tCEvNeLHBm9bgAjMI=";
};

npmDepsHash = "sha256-dkDAdLqp2OqUPaOujgZSZtVZPD/PTOazGcTZ4X7lWvI=";
npmDepsHash = "sha256-cEpBeEjOdArnLekS5uUk9OrsACZrvY63i8pYYvDSnbI=";
npmWorkspace = "packages/pyright";

preBuild = ''
Expand Down Expand Up @@ -94,7 +94,7 @@ buildNpmPackage rec {
};

meta = {
changelog = "https://github.com/detachhead/basedpyright/releases/tag/${version}";
changelog = "https://github.com/detachhead/basedpyright/releases/tag/${src.tag}";
description = "Type checker for the Python language";
homepage = "https://github.com/detachhead/basedpyright";
license = lib.licenses.mit;
Expand Down

0 comments on commit b3f7abb

Please sign in to comment.