summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorPatrick Hilhorst <git@hilhorst.be>2018-10-09 19:42:42 +0200
committerPatrick Hilhorst <git@hilhorst.be>2018-10-09 19:42:42 +0200
commit6e78a003761971d5b8fc903c634fcf3a8f6bbebf (patch)
tree127e88a5dd01be928dd5fa69386931349d29cfee /pkgs/applications/editors
parent5176389f1d931e2862a87205d478eff2586f1df2 (diff)
downloadnixlib-6e78a003761971d5b8fc903c634fcf3a8f6bbebf.tar
nixlib-6e78a003761971d5b8fc903c634fcf3a8f6bbebf.tar.gz
nixlib-6e78a003761971d5b8fc903c634fcf3a8f6bbebf.tar.bz2
nixlib-6e78a003761971d5b8fc903c634fcf3a8f6bbebf.tar.lz
nixlib-6e78a003761971d5b8fc903c634fcf3a8f6bbebf.tar.xz
nixlib-6e78a003761971d5b8fc903c634fcf3a8f6bbebf.tar.zst
nixlib-6e78a003761971d5b8fc903c634fcf3a8f6bbebf.zip
atom: 1.31.0 -> 1.31.2
Diffstat (limited to 'pkgs/applications/editors')
-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 25b5cad34dd2..6cfba39ed4b3 100644
--- a/pkgs/applications/editors/atom/default.nix
+++ b/pkgs/applications/editors/atom/default.nix
@@ -73,8 +73,8 @@ let
   };
 in stdenv.lib.mapAttrs common {
   atom = {
-    version = "1.31.0";
-    sha256 = "184vsj7qcpzwiq2v5kh8i21wfzhinhybxmr71y41sjqp78s2gy57";
+    version = "1.31.2";
+    sha256 = "1szx9p2nz1qzjpig0l8h4hj5mqwpjvkcynn8crh21drply4bpfr0";
   };
 
   atom-beta = {