summary refs log tree commit diff
path: root/pkgs/applications/editors/atom
diff options
context:
space:
mode:
authorTim Steinbach <tim@nequissimus.com>2017-09-07 20:11:00 -0400
committerTim Steinbach <tim@nequissimus.com>2017-09-07 20:11:00 -0400
commit00829717e86c2923bb57d5f5b8de8e257995a3fe (patch)
treede1b0f95c0c78aac458470bc42c9ff1efd6694b0 /pkgs/applications/editors/atom
parent539dcef15e9c364f64445482f1d170d4f9aafaba (diff)
downloadnixlib-00829717e86c2923bb57d5f5b8de8e257995a3fe.tar
nixlib-00829717e86c2923bb57d5f5b8de8e257995a3fe.tar.gz
nixlib-00829717e86c2923bb57d5f5b8de8e257995a3fe.tar.bz2
nixlib-00829717e86c2923bb57d5f5b8de8e257995a3fe.tar.lz
nixlib-00829717e86c2923bb57d5f5b8de8e257995a3fe.tar.xz
nixlib-00829717e86c2923bb57d5f5b8de8e257995a3fe.tar.zst
nixlib-00829717e86c2923bb57d5f5b8de8e257995a3fe.zip
atom: 1.19.4 -> 1.19.7
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 e3e889abd87f..5fe4d0910ee7 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.4";
+  version = "1.19.7";
 
   src = fetchurl {
     url = "https://github.com/atom/atom/releases/download/v${version}/atom-amd64.deb";
-    sha256 = "13k98ghz943yd5lqsbsvp1qy79lhgi3vww97qhqcbmmh15n0gsb0";
+    sha256 = "0ividd7bmx0fqz1ykcx5cbnd6qyms1h7r662pcclyzzm3vxj9zif";
     name = "${name}.deb";
   };