summary refs log tree commit diff
path: root/pkgs/applications/editors/atom
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@users.noreply.github.com>2019-02-14 18:46:19 -0500
committerworldofpeace <worldofpeace@users.noreply.github.com>2019-02-14 18:46:19 -0500
commit3cff784b3a54050874abcd4abdca9bd4e0e45839 (patch)
tree714099de63918c4abce49cf9bc9cc7890ecf29d7 /pkgs/applications/editors/atom
parent6c610e01f1dc8382b4072885668c71b1ad709201 (diff)
downloadnixpkgs-3cff784b3a54050874abcd4abdca9bd4e0e45839.tar
nixpkgs-3cff784b3a54050874abcd4abdca9bd4e0e45839.tar.gz
nixpkgs-3cff784b3a54050874abcd4abdca9bd4e0e45839.tar.bz2
nixpkgs-3cff784b3a54050874abcd4abdca9bd4e0e45839.tar.lz
nixpkgs-3cff784b3a54050874abcd4abdca9bd4e0e45839.tar.xz
nixpkgs-3cff784b3a54050874abcd4abdca9bd4e0e45839.tar.zst
nixpkgs-3cff784b3a54050874abcd4abdca9bd4e0e45839.zip
atom-beta: 1.34.0-beta0 -> 1.35.0-beta0
Diffstat (limited to 'pkgs/applications/editors/atom')
-rw-r--r--pkgs/applications/editors/atom/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/atom/default.nix b/pkgs/applications/editors/atom/default.nix
index 3a396b7923a..e5a71b134f1 100644
--- a/pkgs/applications/editors/atom/default.nix
+++ b/pkgs/applications/editors/atom/default.nix
@@ -8,9 +8,9 @@ let
     };
 
     atom-beta = {
-      version = "1.34.0";
+      version = "1.35.0";
       beta = 0;
-      sha256 = "1xnrr4z55sj46hqr0il26sfs6s3knv60m340cw3rzzic271b3ifw";
+      sha256 = "0gm5k573dq1hhnyw3719f5k1c6rsz872mhzg8q53n89y0g2r5xmw";
     };
   };