about summary refs log tree commit diff
path: root/pkgs/applications/editors/atom
diff options
context:
space:
mode:
authorTim Steinbach <tim@nequissimus.com>2016-11-21 18:06:27 -0500
committerTim Steinbach <tim@nequissimus.com>2016-11-21 18:06:27 -0500
commit48fad82911c212ca229723b9f7ea1faf8c662b8f (patch)
tree209abebcafb066f084d1a2a982a21fa2e54eeefc /pkgs/applications/editors/atom
parent009e37d277328b8d28d85db149f996100486c72b (diff)
downloadnixlib-48fad82911c212ca229723b9f7ea1faf8c662b8f.tar
nixlib-48fad82911c212ca229723b9f7ea1faf8c662b8f.tar.gz
nixlib-48fad82911c212ca229723b9f7ea1faf8c662b8f.tar.bz2
nixlib-48fad82911c212ca229723b9f7ea1faf8c662b8f.tar.lz
nixlib-48fad82911c212ca229723b9f7ea1faf8c662b8f.tar.xz
nixlib-48fad82911c212ca229723b9f7ea1faf8c662b8f.tar.zst
nixlib-48fad82911c212ca229723b9f7ea1faf8c662b8f.zip
atom: 1.12.4 -> 1.12.5
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 a90d05cadcb3..03b858c896cc 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.12.4";
+  version = "1.12.5";
 
   src = fetchurl {
     url = "https://github.com/atom/atom/releases/download/v${version}/atom-amd64.deb";
-    sha256 = "1q6damahkh8y4mq9ipzav3np41l7h8mbd974pp299df3jsli8a05";
+    sha256 = "0bxv9j6v77g9sjlg6vjcxjdsgbh10v3c8f0qp5fpzr7dzk7k9w41";
     name = "${name}.deb";
   };