summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorTim Steinbach <tim@nequissimus.com>2017-12-14 08:23:57 -0500
committerTim Steinbach <tim@nequissimus.com>2017-12-14 08:23:57 -0500
commit2e21451dcf0b39d12eaba74672caf2d344d4cb27 (patch)
tree8630ced2be3cf435cf8be08d9ac09d8a11384f68 /pkgs/applications/editors
parent66e36666d689a7f26686208b6e5f4a506505b759 (diff)
downloadnixlib-2e21451dcf0b39d12eaba74672caf2d344d4cb27.tar
nixlib-2e21451dcf0b39d12eaba74672caf2d344d4cb27.tar.gz
nixlib-2e21451dcf0b39d12eaba74672caf2d344d4cb27.tar.bz2
nixlib-2e21451dcf0b39d12eaba74672caf2d344d4cb27.tar.lz
nixlib-2e21451dcf0b39d12eaba74672caf2d344d4cb27.tar.xz
nixlib-2e21451dcf0b39d12eaba74672caf2d344d4cb27.tar.zst
nixlib-2e21451dcf0b39d12eaba74672caf2d344d4cb27.zip
atom: 1.23.0 -> 1.23.1
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 03f3efe8a104..a8e4adeac930 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.0";
+  version = "1.23.1";
 
   src = fetchurl {
     url = "https://github.com/atom/atom/releases/download/v${version}/atom-amd64.deb";
-    sha256 = "0zz03c2kb7cnkrkhg0dlfcvhnm8al1zpqsc7c6a462183fm9plna";
+    sha256 = "14cwg48cxrhkcj8ahfznqr1ym316437xds7aw5011dqbmswb0v4f";
     name = "${name}.deb";
   };