lol

vscode 1.40.0 -> 1.40.1 (#73610)

authored by

Dmitry Olyenyov and committed by
Dmitry Kalinkin
a6934e36 01037b30

+3 -3
+3 -3
pkgs/applications/editors/vscode/vscode.nix
··· 11 11 archive_fmt = if system == "x86_64-darwin" then "zip" else "tar.gz"; 12 12 13 13 sha256 = { 14 - x86_64-linux = "1jxjf1yg17l61n8qmnh4916426da8asp8p36lfyawxif8m9sx8ag"; 15 - x86_64-darwin = "1yxxvqpk849dzbzhdqz0j16f50z4slcx51bkv2svfb36nxdaahl1"; 14 + x86_64-linux = "1zxj1vav7swjmvvgcn1y61figjhqrczf8d16rk6yayja1pfjgvs5"; 15 + x86_64-darwin = "0f6ck40rkngzcm5xih1rbwpz905r533n2z08maycgf4iajgwrn43"; 16 16 }.${system}; 17 17 in 18 18 callPackage ./generic.nix rec { 19 19 20 - version = "1.40.0"; 20 + version = "1.40.1"; 21 21 pname = "vscode"; 22 22 23 23 executableName = "code" + lib.optionalString isInsiders "-insiders";