basedpyright: 1.31.0 -> 1.31.1 (#432406)

Co-authored-by: MisileLab <MisileLab@users.noreply.github.com>

authored by

nixpkgs-merge-bot[bot]
MisileLab
and committed by
GitHub
2872da67 47446e2b

+2 -2
+2 -2
pkgs/by-name/ba/basedpyright/package.nix
··· 16 17 buildNpmPackage rec { 18 pname = "basedpyright"; 19 - version = "1.31.0"; 20 21 src = fetchFromGitHub { 22 owner = "detachhead"; 23 repo = "basedpyright"; 24 tag = "v${version}"; 25 - hash = "sha256-vgOo44ZvuySxQP9qJC7kXUVkOT1RhJ+/giqNBTCzpAg="; 26 }; 27 28 npmDepsHash = "sha256-aJte4ApeXJQ9EYn87Uo+Xx7s+wi80I1JsZHeqklHGs4=";
··· 16 17 buildNpmPackage rec { 18 pname = "basedpyright"; 19 + version = "1.31.1"; 20 21 src = fetchFromGitHub { 22 owner = "detachhead"; 23 repo = "basedpyright"; 24 tag = "v${version}"; 25 + hash = "sha256-chwIsjMg91fLZ0VRSUo3ydtHXVNKtjqX539b0IlOPI4="; 26 }; 27 28 npmDepsHash = "sha256-aJte4ApeXJQ9EYn87Uo+Xx7s+wi80I1JsZHeqklHGs4=";