mypy: Set updateScript

This commit is contained in:
nicoo
2024-07-09 00:35:46 +00:00
parent 655a58a72a
commit 4c13498458
@@ -3,6 +3,7 @@
stdenv,
buildPythonPackage,
fetchFromGitHub,
gitUpdater,
pythonAtLeast,
pythonOlder,
@@ -42,6 +43,9 @@ buildPythonPackage rec {
rev = "refs/tags/v${version}";
hash = "sha256-NCnc4C/YFKHN/kT7RTFCYs/yC00Kt1E7mWCoQuUjxG8=";
};
passthru.updateScript = gitUpdater {
rev-prefix = "v";
};
build-system = [
mypy-extensions