Skip to content

Commit e682520

Browse files
committedMay 7, 2017
electron: 1.6.2 -> 1.6.6
1 parent 1850d7a commit e682520

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎pkgs/development/tools/electron/default.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{ stdenv, lib, libXScrnSaver, makeWrapper, fetchurl, unzip, atomEnv }:
22

33
let
4-
version = "1.6.2";
4+
version = "1.6.6";
55
name = "electron-${version}";
66

77
meta = with stdenv.lib; {
@@ -17,7 +17,7 @@ let
1717

1818
src = fetchurl {
1919
url = "https://github.com/electron/electron/releases/download/v${version}/electron-v${version}-linux-x64.zip";
20-
sha256 = "1dhyr8zkisnhjzk2v2zi8zp0jqg0v3g095xa430af6i1rm0qhs13";
20+
sha256 = "1k6y1wcsb2z9h8wdj5f1z1fprvc3bvsj4rfx58if7q74qiq3q102";
2121
name = "${name}.zip";
2222
};
2323

@@ -45,7 +45,7 @@ let
4545

4646
src = fetchurl {
4747
url = "https://github.com/electron/electron/releases/download/v${version}/electron-v${version}-darwin-x64.zip";
48-
sha256 = "11jfh4xvdrpda5ni08kl6wcg67ww9viagszk8gi00z0rlczrsbkf";
48+
sha256 = "1hp42iy32lymh9d5zp4vr51qjrr83wjxmbws0c16yw7zchq7fr64";
4949
name = "${name}.zip";
5050
};
5151

0 commit comments

Comments
 (0)
Please sign in to comment.