summary refs log tree commit diff
diff options
context:
space:
mode:
authorArseniy Seroka <jagajaga@users.noreply.github.com>2016-04-02 18:17:10 +0300
committerArseniy Seroka <jagajaga@users.noreply.github.com>2016-04-02 18:17:10 +0300
commite6ccb6aa2ede00fb36a9bdc5c15e9fc3c46e307d (patch)
treeb084e078ed8989aaac204cb5bdb5153f6c748554
parent3e23865bbef2bc965ad70d0cc1d06663948ae98c (diff)
parentd17dbcb0817edc8f79c117a5794284ceeee023eb (diff)
downloadnixlib-e6ccb6aa2ede00fb36a9bdc5c15e9fc3c46e307d.tar
nixlib-e6ccb6aa2ede00fb36a9bdc5c15e9fc3c46e307d.tar.gz
nixlib-e6ccb6aa2ede00fb36a9bdc5c15e9fc3c46e307d.tar.bz2
nixlib-e6ccb6aa2ede00fb36a9bdc5c15e9fc3c46e307d.tar.lz
nixlib-e6ccb6aa2ede00fb36a9bdc5c15e9fc3c46e307d.tar.xz
nixlib-e6ccb6aa2ede00fb36a9bdc5c15e9fc3c46e307d.tar.zst
nixlib-e6ccb6aa2ede00fb36a9bdc5c15e9fc3c46e307d.zip
Merge pull request #14393 from NeQuissimus/atom162
atom: 1.6.1 -> 1.6.2
-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 c6083a89f6c0..33813ca3a660 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 = "1.6.1";
+  version = "1.6.2";
 
   src = fetchurl {
     url = "https://github.com/atom/atom/releases/download/v${version}/atom-amd64.deb";
-    sha256 = "0g31kw4daysjp4iz1rxlh64hnqxbn561k41n908pxgc7kjwbl2hj";
+    sha256 = "1kl2pc0smacn4lgk5wwlaiw03rm8b0763vaisgp843p35zzsbc9n";
     name = "${name}.deb";
   };