basedpyright: 1.17.2 -> 1.17.3

This commit is contained in:
R. Ryantm
2024-09-10 03:36:32 +00:00
parent dbb882849c
commit a4d7747b3b
+2 -2
View File
@@ -11,13 +11,13 @@
}:
let
version = "1.17.2";
version = "1.17.3";
src = fetchFromGitHub {
owner = "detachhead";
repo = "basedpyright";
rev = "refs/tags/v${version}";
hash = "sha256-6pksb2drjiZo1Hp6P/G06LAj3nW5WXJbVNGt5897jAA=";
hash = "sha256-cnhtge0ueveo70cYDpb/+ss5osHbO1Yyv74NrYBYZOM=";
};
patchedPackageJSON = runCommand "package.json" { } ''