about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorTim Steinbach <tim@nequissimus.com>2017-08-26 09:56:28 -0400
committerTim Steinbach <tim@nequissimus.com>2017-08-26 09:56:28 -0400
commit3e732d92e96aeb5ab8de09b0d69cdd0d823ad9b2 (patch)
treeecab3e1226a43df8e87bddf71fea0ea185c5560f /pkgs/applications/editors
parent9b9d0cc06b3c9d72aa39b9565c292eb0893f2f3f (diff)
downloadnixlib-3e732d92e96aeb5ab8de09b0d69cdd0d823ad9b2.tar
nixlib-3e732d92e96aeb5ab8de09b0d69cdd0d823ad9b2.tar.gz
nixlib-3e732d92e96aeb5ab8de09b0d69cdd0d823ad9b2.tar.bz2
nixlib-3e732d92e96aeb5ab8de09b0d69cdd0d823ad9b2.tar.lz
nixlib-3e732d92e96aeb5ab8de09b0d69cdd0d823ad9b2.tar.xz
nixlib-3e732d92e96aeb5ab8de09b0d69cdd0d823ad9b2.tar.zst
nixlib-3e732d92e96aeb5ab8de09b0d69cdd0d823ad9b2.zip
atom: 1.19.2 -> 1.19.3
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 07728ed7f3be..e44d919ece6b 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.19.2";
+  version = "1.19.3";
 
   src = fetchurl {
     url = "https://github.com/atom/atom/releases/download/v${version}/atom-amd64.deb";
-    sha256 = "0bfhcxhjsa7p35s5dz3zjxm4wc802m3k137p04l9anr3v5hrgqmb";
+    sha256 = "0cms0zgxlzrm0sdqm97qdvrmvjcdcrbqi3bw66xabgx365pkry7z";
     name = "${name}.deb";
   };