Skip to content

Commit 7691944

Browse files
committed
vsce: use tag in fetchers
1 parent 6a0a668 commit 7691944

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/by-name/vs/vsce/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ buildNpmPackage (finalAttrs: {
1717
src = fetchFromGitHub {
1818
owner = "microsoft";
1919
repo = "vscode-vsce";
20-
rev = "v${finalAttrs.version}";
20+
tag = "v${finalAttrs.version}";
2121
hash = "sha256-6Tt7IewbCLHG8DVoD8PV6VmrNu3MCUHITgYFq9smvOo=";
2222
};
2323

0 commit comments

Comments
 (0)