about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorGeorges Dubus <georges.dubus@numergy.com>2014-10-24 10:37:31 +0200
committerGeorges Dubus <georges.dubus@compiletoi.net>2014-10-24 11:04:06 +0200
commit03d6843b87eb460e0050cf90d6adcc6ad262d646 (patch)
treec09a2d7307e1356a90c75e0d1a2b6cad2443b77d /pkgs/applications/editors
parentc44c00d56c0536a7b75ba78df5ad3fb1def7c681 (diff)
downloadnixlib-03d6843b87eb460e0050cf90d6adcc6ad262d646.tar
nixlib-03d6843b87eb460e0050cf90d6adcc6ad262d646.tar.gz
nixlib-03d6843b87eb460e0050cf90d6adcc6ad262d646.tar.bz2
nixlib-03d6843b87eb460e0050cf90d6adcc6ad262d646.tar.lz
nixlib-03d6843b87eb460e0050cf90d6adcc6ad262d646.tar.xz
nixlib-03d6843b87eb460e0050cf90d6adcc6ad262d646.tar.zst
nixlib-03d6843b87eb460e0050cf90d6adcc6ad262d646.zip
Atom: updated to 0.139.0
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 a64b43372866..2fa28f5e591c 100644
--- a/pkgs/applications/editors/atom/default.nix
+++ b/pkgs/applications/editors/atom/default.nix
@@ -16,11 +16,11 @@ let
   };
 in stdenv.mkDerivation rec {
   name = "atom-${version}";
-  version = "0.135.0";
+  version = "0.139.0";
 
   src = fetchurl {
     url = "https://github.com/atom/atom/releases/download/v${version}/atom-amd64.deb";
-    sha256 = "0dh8vjhr31y2ibnf4s7adskbx115w8ns9xgrb0md9xc9gm92h405";
+    sha256 = "0732s4r9qx0sgsnz415z5r9685scly2084q80kz2xw0d2gfx04xr";
     name = "${name}.deb";
   };