vscod{e,ium}: allow nixpkgs-update to run

nixpkgs-update didn't run the updatescript before, causing issues. This has since been fixed.
launchpad/nixpkgs/master
Patrick Hilhorst 3 years ago
parent 709785f944
commit e04a574cff
No known key found for this signature in database
GPG Key ID: 3BB083304DADC0FF
  1. 3
      pkgs/applications/editors/vscode/vscode.nix
  2. 2
      pkgs/applications/editors/vscode/vscodium.nix

@ -20,9 +20,6 @@ let
}.${system};
in
callPackage ./generic.nix rec {
# The update script doesn't correctly change the hash for darwin, so please:
# nixpkgs-update: no auto update
# Please backport all compatible updates to the stable release.
# This is important for the extension ecosystem.
version = "1.56.2";

@ -28,8 +28,6 @@ let
in
callPackage ./generic.nix rec {
inherit sourceRoot;
# The update script doesn't correctly change the hash for darwin, so please:
# nixpkgs-update: no auto update
# Please backport all compatible updates to the stable release.
# This is important for the extension ecosystem.

Loading…
Cancel
Save