We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a0a668 commit 7691944Copy full SHA for 7691944
pkgs/by-name/vs/vsce/package.nix
@@ -17,7 +17,7 @@ buildNpmPackage (finalAttrs: {
17
src = fetchFromGitHub {
18
owner = "microsoft";
19
repo = "vscode-vsce";
20
- rev = "v${finalAttrs.version}";
+ tag = "v${finalAttrs.version}";
21
hash = "sha256-6Tt7IewbCLHG8DVoD8PV6VmrNu3MCUHITgYFq9smvOo=";
22
};
23
0 commit comments