Unverified Commit 0214b2f7 authored by jopejoe1's avatar jopejoe1 Committed by GitHub
Browse files

basedpyright: 1.29.1 -> 1.29.2 (#410169)

parents 5a0fcb1b cbcb9f78
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -16,16 +16,16 @@

buildNpmPackage rec {
  pname = "basedpyright";
  version = "1.29.1";
  version = "1.29.2";

  src = fetchFromGitHub {
    owner = "detachhead";
    repo = "basedpyright";
    tag = "v${version}";
    hash = "sha256-DUcrR4UwqbP968QYPsjivf2FOUL6hwr5ZAGH+qA8Xtw=";
    hash = "sha256-xzbIAzZS6kCrFDcbh7uFWV8Rbs91yx25RVKeGMSM5Dc=";
  };

  npmDepsHash = "sha256-wzetOJxHJXK7oY1cwOG9YOrKKIDhFPD17em6UQ2859M=";
  npmDepsHash = "sha256-s2Bavzd1IGuI7HfdKLAsFWHmr1RxBZO/21KXt060jbI=";
  npmWorkspace = "packages/pyright";

  preBuild = ''