summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors/atom
diff options
context:
space:
mode:
authorTim Steinbach <tim@nequissimus.com>2018-01-17 10:28:48 -0500
committerTim Steinbach <tim@nequissimus.com>2018-01-17 10:28:48 -0500
commit94d6f39ea2f012142f74867349cb78db99234e44 (patch)
tree2a6392240676d00923dd4de0420a9c1fa651859b /pkgs/applications/editors/atom
parentc5b5568a129c02d5428f014171d583e88b7de8a8 (diff)
atom: 1.23.2 -> 1.23.3
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 50c3d182afb8..39b4b2e045ed 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.2";
+ version = "1.23.3";
src = fetchurl {
url = "https://github.com/atom/atom/releases/download/v${version}/atom-amd64.deb";
- sha256 = "04shnmy80ixjrc8d57i5w23xfxw1dmxj7kbygsal9l8kxgd76k7h";
+ sha256 = "0vq0pics8ajjqwqlk396dxl10k80059f9bik0j4wj2cals42bifc";
name = "${name}.deb";
};