File tree 1 file changed +4
-4
lines changed
pkgs/applications/editors/vscode
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
makeWrapper , libXScrnSaver , libxkbfile , libsecret } :
3
3
4
4
let
5
- version = "1.18.0 " ;
5
+ version = "1.18.1 " ;
6
6
channel = "stable" ;
7
7
8
8
plat = {
12
12
} . ${ stdenv . system } ;
13
13
14
14
sha256 = {
15
- "i686-linux" = "0xwfnw15792lxr5npc71yyw5yyaqi3nifqgv6vpi8ibl6c8zs97d " ;
16
- "x86_64-linux" = "0qzj2qrzbdk27mggh0f9fs3s99bffvnrnbsparbzdag5jjmry2py " ;
17
- "x86_64-darwin" = "1g5rf6g9q9hh4gzg6nb37pyq9dpjj0wapivv5dsvmn0j3cp69cv4 " ;
15
+ "i686-linux" = "13gs0spqkbxw4i3a0b060v5bi68zfkp3i8vqk41i0fkbshnc7c7i " ;
16
+ "x86_64-linux" = "0h7nfyrn4ybm9p1czjb48p3cd3970hpyn6pj8l4ir1hqygcq6dwi " ;
17
+ "x86_64-darwin" = "093k8s2msi0xz11wy2yf1rppwkx6kv5psgii4w44l59ji8qgpamk " ;
18
18
} . ${ stdenv . system } ;
19
19
20
20
archive_fmt = if stdenv . system == "x86_64-darwin" then "zip" else "tar.gz" ;
You can’t perform that action at this time.
0 commit comments