Skip to content

Commit 050ef97

Browse files
committed
wget2: prefer tag rather than rev
1 parent cfcdc63 commit 050ef97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/by-name/wg/wget2/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
3939
src = fetchFromGitLab {
4040
owner = "gnuwget";
4141
repo = pname;
42-
rev = "v${version}";
42+
tag = "v${version}";
4343
hash = "sha256-+xw1nQMBs0m9RlunyrAYaSDPnLY1yRX8zt8hKOMXQT8=";
4444
};
4545

0 commit comments

Comments
 (0)