mypy: Set updateScript
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user