|
2 | 2 | libxkbcommon }: |
3 | 3 |
|
4 | 4 | let |
5 | | - version = "13.1.1"; |
| 5 | + version = "13.6.3"; |
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 = "fed00edaaba0c4a615fe835baf7d0d0ff893dff902800006bf63cc994c24d3dd"; |
| 24 | + sha256 = "db9261c05ed57af2fcd4a84b89d299c76948b9d57ce0dba38e3240eb43935257"; |
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 = "eb6ae81d71a4d390ec5140d907b191a84c37621176eec9369bb6fc3bf8570e3b"; |
| 28 | + sha256 = "7607422a4ba80cda4bd7fefb2fbe2f4e0b9a73db92e1e82dc01012a85b5d0d2b"; |
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 = "7e745a38c6761fa9826b3b9b8d0bd060126a3949da6f3f09f11b842e5e22cee4"; |
| 32 | + sha256 = "a293a9684e16a427a9f68d101814575a4b1dd232dc3fca47552f906019a6cadc"; |
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 = "445c88e9c9b33abbdb263103736fb5203938b0643bc5377fbdf12b444d26f211"; |
| 36 | + sha256 = "1599d259832c806b98751a68fb93112711963d259024f0e36f12f064995b3251"; |
37 | 37 | }; |
38 | 38 | }.${stdenv.hostPlatform.system} or throwSystem; |
39 | 39 |
|
|
59 | 59 | src = { |
60 | 60 | x86_64-darwin = fetchurl { |
61 | 61 | url = "https://github.com/electron/electron/releases/download/v${version}/electron-v${version}-darwin-x64.zip"; |
62 | | - sha256 = "1594ba9aa2e2aa059a03e6b70e16b8116de1998b38f8360801e113fa8d72938c"; |
| 62 | + sha256 = "6bf09794d6f020bbaaf806a7758da125137b3c96646f4503eb81b9541e50e02f"; |
63 | 63 | }; |
64 | 64 | aarch64-darwin = fetchurl { |
65 | 65 | url = "https://github.com/electron/electron/releases/download/v${version}/electron-v${version}-darwin-arm64.zip"; |
66 | | - sha256 = "7045538917c36214127b7f11a3223396c7199ac19e989e5648a0963773962e6c"; |
| 66 | + sha256 = "374ddf0581794b31eee900828172f9218193c032c0e46bffcfac6aec95c22f1a"; |
67 | 67 | }; |
68 | 68 | }.${stdenv.hostPlatform.system} or throwSystem; |
69 | 69 |
|
|
0 commit comments