Merge pull request #77043 from Synthetica9/vscode-no-auto-update

vscode, vscodium: ban nixpkgs-update from updating
This commit is contained in:
Ryan Mulligan 2020-01-06 05:53:28 -08:00 committed by GitHub
commit 2510159e94
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View file

@ -16,6 +16,8 @@ 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
version = "1.41.1";
pname = "vscode";

View file

@ -22,6 +22,8 @@ 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
version = "1.41.1";
pname = "vscodium";