summary refs log tree commit diff
path: root/pkgs/applications/editors/atom
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-07-18 17:54:29 -0700
committerTim Steinbach <NeQuissimus@users.noreply.github.com>2018-07-19 12:23:36 +0000
commit80d44926bf7099f2bc77ca5e9288c0c0ca35e99d (patch)
tree05a0f2ec50ce2de2a486b53aaf6d9e8917f92468 /pkgs/applications/editors/atom
parentb667721ce2c7ed658277f22f53b3f9a8ba35c466 (diff)
downloadnixpkgs-80d44926bf7099f2bc77ca5e9288c0c0ca35e99d.tar
nixpkgs-80d44926bf7099f2bc77ca5e9288c0c0ca35e99d.tar.gz
nixpkgs-80d44926bf7099f2bc77ca5e9288c0c0ca35e99d.tar.bz2
nixpkgs-80d44926bf7099f2bc77ca5e9288c0c0ca35e99d.tar.lz
nixpkgs-80d44926bf7099f2bc77ca5e9288c0c0ca35e99d.tar.xz
nixpkgs-80d44926bf7099f2bc77ca5e9288c0c0ca35e99d.tar.zst
nixpkgs-80d44926bf7099f2bc77ca5e9288c0c0ca35e99d.zip
atom: 1.28.1 -> 1.28.2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/atom/versions.
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 142e9b78994..8139640457e 100644
--- a/pkgs/applications/editors/atom/default.nix
+++ b/pkgs/applications/editors/atom/default.nix
@@ -61,8 +61,8 @@ let
   };
 in stdenv.lib.mapAttrs common {
   atom = {
-    version = "1.28.1";
-    sha256 = "03phnbsc45i0r799ni9br7s4qjy05fczbca64jd0sr4jhzi7qmlx";
+    version = "1.28.2";
+    sha256 = "07lz4lj07dbfz952l3q9vplvg41pxl1cx89gzy8bzzr3ay7kn6za";
   };
 
   atom-beta = {