summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorTim Steinbach <tim@nequissimus.com>2017-09-13 08:15:11 -0400
committerTim Steinbach <tim@nequissimus.com>2017-09-13 08:15:11 -0400
commit3d812d203748fdcc0e55f98dd72be77d6d8399ac (patch)
tree0564884e15344db52f1355b8a29ce789cc97a04d /pkgs/applications
parent2cd2ee5f855a2980f2f0c14fe5b1ac179e1af095 (diff)
downloadnixpkgs-3d812d203748fdcc0e55f98dd72be77d6d8399ac.tar
nixpkgs-3d812d203748fdcc0e55f98dd72be77d6d8399ac.tar.gz
nixpkgs-3d812d203748fdcc0e55f98dd72be77d6d8399ac.tar.bz2
nixpkgs-3d812d203748fdcc0e55f98dd72be77d6d8399ac.tar.lz
nixpkgs-3d812d203748fdcc0e55f98dd72be77d6d8399ac.tar.xz
nixpkgs-3d812d203748fdcc0e55f98dd72be77d6d8399ac.tar.zst
nixpkgs-3d812d203748fdcc0e55f98dd72be77d6d8399ac.zip
atom: 1.19.7 -> 1.20.0
Diffstat (limited to 'pkgs/applications')
-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 5fe4d0910ee..65df31aaa22 100644
--- a/pkgs/applications/editors/atom/default.nix
+++ b/pkgs/applications/editors/atom/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name = "atom-${version}";
-  version = "1.19.7";
+  version = "1.20.0";
 
   src = fetchurl {
     url = "https://github.com/atom/atom/releases/download/v${version}/atom-amd64.deb";
-    sha256 = "0ividd7bmx0fqz1ykcx5cbnd6qyms1h7r662pcclyzzm3vxj9zif";
+    sha256 = "1jzpa44ny78djdxc8d2w4jz1m68xmi8bzq87q3wmdffa4g9z4aa0";
     name = "${name}.deb";
   };