Unverified Commit 28beb272 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

basedpyright: 1.31.6 -> 1.31.7 (#452268)

parents ac96b2d4 22a34831
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,13 +18,13 @@

buildNpmPackage rec {
  pname = "basedpyright";
  version = "1.31.6";
  version = "1.31.7";

  src = fetchFromGitHub {
    owner = "detachhead";
    repo = "basedpyright";
    tag = "v${version}";
    hash = "sha256-SqG51pxkJQ/YrknSOMy6KWn1pvdgJa5CLnFl5naAPMA=";
    hash = "sha256-mC+qnEI2a7tGjIIZxRzGY+VyfYnTY1brCKGHU3KOf0Q=";
  };

  npmDepsHash = "sha256-dwtMl5dFpol+J+cM6EHiwO+F93Iyurwx9Kr317IGtVw=";