treewide: migrate fetchgit rev = "refs/tags/..." to tag

This commit is contained in:
Peder Bergebakken Sundt
2025-01-04 00:19:17 +01:00
parent c0cb67536b
commit 0cd04d3036
4669 changed files with 4740 additions and 4740 deletions
@@ -51,7 +51,7 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "aio-libs";
repo = "aiohttp";
rev = "refs/tags/v${version}";
tag = "v${version}";
hash = "sha256-3pZPiDnAlsKX5kXH9OQzhmkBZ0vD2qiy2lpKdvV2vW8=";
};