summary refs log tree commit diff
path: root/pkgs/applications/editors/atom
diff options
context:
space:
mode:
authorTim Steinbach <tim@nequissimus.com>2018-01-09 10:09:47 -0500
committerTim Steinbach <tim@nequissimus.com>2018-01-09 10:09:47 -0500
commitfcc48ccced7b655deb833b1e96e62a7af86b4dc3 (patch)
treedeec626add4727e11840a73b2014a45d467d09fc /pkgs/applications/editors/atom
parente114a5c0d7eb5a8ab65e6b0cfe9f4c974c76c0b3 (diff)
downloadnixlib-fcc48ccced7b655deb833b1e96e62a7af86b4dc3.tar
nixlib-fcc48ccced7b655deb833b1e96e62a7af86b4dc3.tar.gz
nixlib-fcc48ccced7b655deb833b1e96e62a7af86b4dc3.tar.bz2
nixlib-fcc48ccced7b655deb833b1e96e62a7af86b4dc3.tar.lz
nixlib-fcc48ccced7b655deb833b1e96e62a7af86b4dc3.tar.xz
nixlib-fcc48ccced7b655deb833b1e96e62a7af86b4dc3.tar.zst
nixlib-fcc48ccced7b655deb833b1e96e62a7af86b4dc3.zip
atom: 1.23.1 -> 1.23.2
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 a8e4adeac930..50c3d182afb8 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.23.1";
+  version = "1.23.2";
 
   src = fetchurl {
     url = "https://github.com/atom/atom/releases/download/v${version}/atom-amd64.deb";
-    sha256 = "14cwg48cxrhkcj8ahfznqr1ym316437xds7aw5011dqbmswb0v4f";
+    sha256 = "04shnmy80ixjrc8d57i5w23xfxw1dmxj7kbygsal9l8kxgd76k7h";
     name = "${name}.deb";
   };