Unverified Commit e25e33c7 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

basedpyright: 1.28.1 -> 1.28.2 (#391314)

parents 5b303e95 20d3480e
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -16,16 +16,16 @@

buildNpmPackage rec {
  pname = "basedpyright";
  version = "1.28.1";
  version = "1.28.2";

  src = fetchFromGitHub {
    owner = "detachhead";
    repo = "basedpyright";
    tag = "v${version}";
    hash = "sha256-fP8c6AntD2rW8nr8OlSag89NOvOo32YRDDFQh65/nho=";
    hash = "sha256-xcjP35Av+XNlfrIqvjfamZIc/+BXw8SFvAi2OniJQd4=";
  };

  npmDepsHash = "sha256-4EFl0hOI6DcpzcSedanQBOrNbHTxR0G7C8L4+7EnESE=";
  npmDepsHash = "sha256-o985HeQBZY7XNn+GULbn6hMWRBI/d0xili0wnV/udi8=";
  npmWorkspace = "packages/pyright";

  preBuild = ''