|
2 | 2 | libdrm, libxkbcommon, mesa }: |
3 | 3 |
|
4 | 4 | let |
5 | | - version = "13.1.0"; |
| 5 | + version = "13.1.1"; |
6 | 6 | name = "electron-${version}"; |
7 | 7 |
|
8 | 8 | throwSystem = throw "Unsupported system: ${stdenv.hostPlatform.system}"; |
|
21 | 21 | src = { |
22 | 22 | i686-linux = fetchurl { |
23 | 23 | url = "https://github.com/electron/electron/releases/download/v${version}/electron-v${version}-linux-ia32.zip"; |
24 | | - sha256 = "e4d8cc19689b1f9c00894bb776083f8543abeba9203d3297268c1644f1300355"; |
| 24 | + sha256 = "fed00edaaba0c4a615fe835baf7d0d0ff893dff902800006bf63cc994c24d3dd"; |
25 | 25 | }; |
26 | 26 | x86_64-linux = fetchurl { |
27 | 27 | url = "https://github.com/electron/electron/releases/download/v${version}/electron-v${version}-linux-x64.zip"; |
28 | | - sha256 = "6681078971d2e99e9f8b3c598de65869d3596356af901bbbabcc4860c0496bb4"; |
| 28 | + sha256 = "eb6ae81d71a4d390ec5140d907b191a84c37621176eec9369bb6fc3bf8570e3b"; |
29 | 29 | }; |
30 | 30 | armv7l-linux = fetchurl { |
31 | 31 | url = "https://github.com/electron/electron/releases/download/v${version}/electron-v${version}-linux-armv7l.zip"; |
32 | | - sha256 = "ac5a19e31fd83db5775a2af57f742c7b3e5fc4528958329ec3c81f82e7bd611a"; |
| 32 | + sha256 = "7e745a38c6761fa9826b3b9b8d0bd060126a3949da6f3f09f11b842e5e22cee4"; |
33 | 33 | }; |
34 | 34 | aarch64-linux = fetchurl { |
35 | 35 | url = "https://github.com/electron/electron/releases/download/v${version}/electron-v${version}-linux-arm64.zip"; |
36 | | - sha256 = "0ed0cc3afae5cc7e1e6c6204866a1cecdf97e0ab658789e8951842bd0d28e1bb"; |
| 36 | + sha256 = "445c88e9c9b33abbdb263103736fb5203938b0643bc5377fbdf12b444d26f211"; |
37 | 37 | }; |
38 | 38 | }.${stdenv.hostPlatform.system} or throwSystem; |
39 | 39 |
|
|
66 | 66 | src = { |
67 | 67 | x86_64-darwin = fetchurl { |
68 | 68 | url = "https://github.com/electron/electron/releases/download/v${version}/electron-v${version}-darwin-x64.zip"; |
69 | | - sha256 = "d62a561e80fcbcb0f249e74c487313192451046f288478add65be997793831de"; |
| 69 | + sha256 = "1594ba9aa2e2aa059a03e6b70e16b8116de1998b38f8360801e113fa8d72938c"; |
70 | 70 | }; |
71 | 71 | aarch64-darwin = fetchurl { |
72 | 72 | url = "https://github.com/electron/electron/releases/download/v${version}/electron-v${version}-darwin-arm64.zip"; |
73 | | - sha256 = "6da46d2861011263af2953a3e0186735e54708c01c50967ff5f8ed71b73f7fea"; |
| 73 | + sha256 = "7045538917c36214127b7f11a3223396c7199ac19e989e5648a0963773962e6c"; |
74 | 74 | }; |
75 | 75 | }.${stdenv.hostPlatform.system} or throwSystem; |
76 | 76 |
|
|
0 commit comments