about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJosé Romildo Malaquias <malaquias@gmail.com>2016-05-14 13:54:27 -0300
committerJosé Romildo Malaquias <malaquias@gmail.com>2016-05-14 13:54:27 -0300
commit080f9c579ab6ed5b5aff8eb3f530f8da43aad6c7 (patch)
treee552dbc932ffb6aae0d93256fb983f46ff1a4354
parentaab9a5f0d1085985457f226dead08158380879c8 (diff)
downloadnixlib-080f9c579ab6ed5b5aff8eb3f530f8da43aad6c7.tar
nixlib-080f9c579ab6ed5b5aff8eb3f530f8da43aad6c7.tar.gz
nixlib-080f9c579ab6ed5b5aff8eb3f530f8da43aad6c7.tar.bz2
nixlib-080f9c579ab6ed5b5aff8eb3f530f8da43aad6c7.tar.lz
nixlib-080f9c579ab6ed5b5aff8eb3f530f8da43aad6c7.tar.xz
nixlib-080f9c579ab6ed5b5aff8eb3f530f8da43aad6c7.tar.zst
nixlib-080f9c579ab6ed5b5aff8eb3f530f8da43aad6c7.zip
atom: 1.6.2 -> 1.7.3
-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 9a392b90dc1c..e3dc6b4406ae 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.6.2";
+  version = "1.7.3";
 
   src = fetchurl {
     url = "https://github.com/atom/atom/releases/download/v${version}/atom-amd64.deb";
-    sha256 = "1kl2pc0smacn4lgk5wwlaiw03rm8b0763vaisgp843p35zzsbc9n";
+    sha256 = "1fd6j05czir2z3bvkf0mixkfncp73jw8kgqgaqxjjg546381yb7a";
     name = "${name}.deb";
   };