Skip to content

Commit

Permalink
basedpyright: 1.18.2 -> 1.19.0 (#350624)
Browse files Browse the repository at this point in the history
  • Loading branch information
nixpkgs-merge-bot[bot] authored Oct 26, 2024
2 parents 9ff1133 + dcc7999 commit 27ff810
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/by-name/ba/basedpyright/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
}:

let
version = "1.18.2";
version = "1.19.0";

src = fetchFromGitHub {
owner = "detachhead";
repo = "basedpyright";
rev = "refs/tags/v${version}";
hash = "sha256-nYbxgrNFhQ576rN8W+Hf/Keohy1N8tihOeTQHItKPRc=";
hash = "sha256-R8QEINTlO84YrnfRsZU5vNEwYcy5uZEKmmTPJ4qxYk8=";
};

# To regenerate the patched package-lock.json, copy the patched package.json
Expand Down Expand Up @@ -51,7 +51,7 @@ let
pname = "pyright-internal";
inherit version src;
sourceRoot = "${src.name}/packages/pyright-internal";
npmDepsHash = "sha256-Md17EF3a1GBfnHD2fnLGS76r0xiWYJmBBTzZWRc0j5c=";
npmDepsHash = "sha256-Xswt1kH9Iet6DSAlZctEV3qCpn+IWwceQgldyFzsaRk=";
dontNpmBuild = true;
# Uncomment this flag when using unreleased peer dependencies
# npmFlags = [ "--legacy-peer-deps" ];
Expand Down Expand Up @@ -81,7 +81,7 @@ buildNpmPackage rec {
inherit version src;

sourceRoot = "${src.name}/packages/pyright";
npmDepsHash = "sha256-6/OhBbIuFjXTN8N/PitaQ57aYZmpwcUOJ/vlLbhiXAU=";
npmDepsHash = "sha256-YhXVoh5sAnUkuc4iDMd/N15y92vMhUwT7PlLn2pzb20=";

postPatch = ''
chmod +w ../../
Expand Down

0 comments on commit 27ff810

Please sign in to comment.