summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorTim Steinbach <NeQuissimus@users.noreply.github.com>2018-04-20 18:06:31 -0400
committerGitHub <noreply@github.com>2018-04-20 18:06:31 -0400
commit0ce3be7872c7d0cdeeab8865367a7d407f746553 (patch)
treed966be5c9bb60c8caf1d540bbec86a297097881d /pkgs/applications
parent88c4fa27dfdb4bf516c07ba31d9c1490fd9886e5 (diff)
parent19742d0bafbfb56c037e4c1b01cbc3895f7481ab (diff)
downloadnixlib-0ce3be7872c7d0cdeeab8865367a7d407f746553.tar
nixlib-0ce3be7872c7d0cdeeab8865367a7d407f746553.tar.gz
nixlib-0ce3be7872c7d0cdeeab8865367a7d407f746553.tar.bz2
nixlib-0ce3be7872c7d0cdeeab8865367a7d407f746553.tar.lz
nixlib-0ce3be7872c7d0cdeeab8865367a7d407f746553.tar.xz
nixlib-0ce3be7872c7d0cdeeab8865367a7d407f746553.tar.zst
nixlib-0ce3be7872c7d0cdeeab8865367a7d407f746553.zip
Merge pull request #39279 from r-ryantm/auto-update/atom
atom: 1.25.1 -> 1.26.0
Diffstat (limited to 'pkgs/applications')
-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 9fbf4431f602..7b989f8df1f9 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.25.1";
+  version = "1.26.0";
 
   src = fetchurl {
     url = "https://github.com/atom/atom/releases/download/v${version}/atom-amd64.deb";
-    sha256 = "0h0kr4w26c6i89rb9y4aw4l8f63al42i2cy3ddk16m1irzij9fk4";
+    sha256 = "1gyxys3mwwizc88vlb6j769b6r4ibjnqs6pg5iv336b13f9acyvr";
     name = "${name}.deb";
   };