Unverified Commit 14fd9c3c authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

basedpyright: 1.21.0 -> 1.21.1 (#355742)

parents b52d3fca 7fb0e642
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,13 +16,13 @@

buildNpmPackage rec {
  pname = "basedpyright";
  version = "1.21.0";
  version = "1.21.1";

  src = fetchFromGitHub {
    owner = "detachhead";
    repo = "basedpyright";
    rev = "refs/tags/v${version}";
    hash = "sha256-OQXqwpvYIitWGWshEv1/j2hAphFnGXDuvbRav5TilI4=";
    hash = "sha256-RwckZqEL5U60XSYul74p9Ezg+N8FrnLkRFpdxIa7/34=";
  };

  npmDepsHash = "sha256-hCZ68sLpQs/7SYVf3pMAHfstRm1C/d80j8fESIFdhnw=";