We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 8c40604 commit d77d31bCopy full SHA for d77d31b
pkgs/applications/editors/vscode/default.nix
@@ -3,9 +3,12 @@
3
4
let
5
version = "1.9.0";
6
- rev = "38746938a4ab94f2f57d9e1309c51fd6fb37553d";
+ rev = "27240e71ef390bf2d66307e677c2a333cebf75af";
7
channel = "stable";
8
9
+ # The revision can be obtained with the following command (see https://github.com/NixOS/nixpkgs/issues/22465):
10
+ # curl -w "%{url_effective}\n" -I -L -s -S https://vscode-update.azurewebsites.net/latest/linux-x64/stable -o /dev/null
11
+
12
sha256 = if stdenv.system == "i686-linux" then "05f1sk2lq2skp8fxq6q229kf89vi2sq3zz6lywq7nk81pwvp8jap"
13
else if stdenv.system == "x86_64-linux" then "0wj17lwq8f88xvfa6wfbqm580kp0470ib2yxn15j9mv0iw7nzqry"
14
else if stdenv.system == "x86_64-darwin" then "1k067h099j6fv820nn6h4i8ax35yvd1h8f4h5216dm66cpikv7nd"
0 commit comments