summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors/atom
diff options
context:
space:
mode:
authorTim Steinbach <tim@nequissimus.com>2018-03-15 18:34:24 -0400
committerTim Steinbach <tim@nequissimus.com>2018-03-15 18:35:02 -0400
commit520642b6e6056802302f01a35eeb6c75a9413e1b (patch)
treef02aab3525167c8cf9acc412b61a82ac24a29f6c /pkgs/applications/editors/atom
parentdc7557a2f07d93e583af7f2d25ccf9e102e2b238 (diff)
atom: 1.24.1 -> 1.25.0
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 aa3c92da1f7c..8c7ff7b5eae6 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.24.1";
+ version = "1.25.0";
src = fetchurl {
url = "https://github.com/atom/atom/releases/download/v${version}/atom-amd64.deb";
- sha256 = "0llg2q1hn2wmhi80ddwwb2lir2xwwmrw19i2c1y3qmfb0apynhw3";
+ sha256 = "04iiw0qzl9025l4lasz42w5nfnvsmc7vwcf4a9c2hvl9xsyckajh";
name = "${name}.deb";
};