Unverified Commit 4c41b036 authored by dish's avatar dish Committed by GitHub
Browse files

basedpyright: 1.36.2 -> 1.37.1 (#478608)

parents f0e77321 914ed377
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -18,16 +18,16 @@

buildNpmPackage rec {
  pname = "basedpyright";
  version = "1.36.2";
  version = "1.37.1";

  src = fetchFromGitHub {
    owner = "detachhead";
    repo = "basedpyright";
    tag = "v${version}";
    hash = "sha256-fi1TGvlH6h9MHymCn0INc1lIqTyMnHEhxXJuAiYmkpo=";
    hash = "sha256-lBCCd9t6E0lUHOKc+5G1Ab3FmD/zj6g6SPoJ0Lh6oDE=";
  };

  npmDepsHash = "sha256-VHQOmRWirZYnoxk/JzGwFFV5QEIyHGg/isDvf/f7uro=";
  npmDepsHash = "sha256-aZ9kfkW+S6Hjt59Z4Fc5joghs7OQ32354IYevFuKNeo=";
  npmWorkspace = "packages/pyright";

  preBuild = ''