wget2: prefer tag rather than rev

This commit is contained in:
Kenichi Kamiya
2025-04-11 14:06:55 +09:00
parent cfcdc634df
commit 050ef976cb
+1 -1
View File
@@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
src = fetchFromGitLab {
owner = "gnuwget";
repo = pname;
rev = "v${version}";
tag = "v${version}";
hash = "sha256-+xw1nQMBs0m9RlunyrAYaSDPnLY1yRX8zt8hKOMXQT8=";
};