treewide: migrate fetchgit rev = "refs/tags/..." to tag
This commit is contained in:
@@ -51,7 +51,7 @@ buildPythonPackage rec {
|
||||
src = fetchFromGitHub {
|
||||
owner = "aio-libs";
|
||||
repo = "aiohttp";
|
||||
rev = "refs/tags/v${version}";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-3pZPiDnAlsKX5kXH9OQzhmkBZ0vD2qiy2lpKdvV2vW8=";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user