about summary refs log tree commit diff
path: root/pkgs/applications/editors/atom
diff options
context:
space:
mode:
authorTim Steinbach <tim@nequissimus.com>2016-10-14 21:37:28 -0400
committerTim Steinbach <tim@nequissimus.com>2016-10-14 21:37:28 -0400
commit1a988b155b2e5636e788ac02b07ec43d60fb90ee (patch)
tree9a49abd71c1741222b33772cbcb43a8da8a29c4d /pkgs/applications/editors/atom
parentd2238cc9f0d44361f63b6d99fadb794623bb963b (diff)
downloadnixlib-1a988b155b2e5636e788ac02b07ec43d60fb90ee.tar
nixlib-1a988b155b2e5636e788ac02b07ec43d60fb90ee.tar.gz
nixlib-1a988b155b2e5636e788ac02b07ec43d60fb90ee.tar.bz2
nixlib-1a988b155b2e5636e788ac02b07ec43d60fb90ee.tar.lz
nixlib-1a988b155b2e5636e788ac02b07ec43d60fb90ee.tar.xz
nixlib-1a988b155b2e5636e788ac02b07ec43d60fb90ee.tar.zst
nixlib-1a988b155b2e5636e788ac02b07ec43d60fb90ee.zip
atom: 1.10.1 -> 1.11.1
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 6cbd3dea825f..455400aad840 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.10.1";
+  version = "1.11.1";
 
   src = fetchurl {
     url = "https://github.com/atom/atom/releases/download/v${version}/atom-amd64.deb";
-    sha256 = "0v03a93qa57ajji4sfz7hyr06n20jnlq87103nr7wqycv1v4dm85";
+    sha256 = "1wpfpj9dv4l710758gcx05s2aj8mn21fr7wah2xv5qildx2qy31q";
     name = "${name}.deb";
   };