Skip to content

Commit

Permalink
Bumping pyright-extended
Browse files Browse the repository at this point in the history
  • Loading branch information
blast-hardcheese committed Oct 10, 2024
1 parent 00fa9cc commit 49a8324
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/pyright-extended/default.nix
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{ pkgs, lib, yapf, ... }:
let
version = "2.0.11";
version = "2.0.12";
in
pkgs.stdenvNoCC.mkDerivation rec {
pname = "pyright-extended";
inherit version;

src = pkgs.fetchurl {
url = "https://registry.npmjs.org/@replit/pyright-extended/-/pyright-extended-${version}.tgz";
hash = "sha256-bIHx9dCY8lOBsyoRm3WP7Vxt0VYMkYlO7wUeCTEGY10=";
hash = "sha256-IZcw5C1Kbpas3HDHyECdFvI0F8hF/Um3+WtCEyCo5Ik=";
};

binPath = lib.makeBinPath [
Expand Down

0 comments on commit 49a8324

Please sign in to comment.