summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorTim Steinbach <NeQuissimus@users.noreply.github.com>2017-03-10 11:05:10 -0500
committerGitHub <noreply@github.com>2017-03-10 11:05:10 -0500
commit96803574cd745586b97000bbf4d3a230adee9306 (patch)
tree0fb246bb0c157b98121b27cf3b5b8aeeb32eabe3 /pkgs
parent985f54f5fc5bfedd3848215f167a17a7d02769f7 (diff)
parentacd8ede120462c2682795a4dab3d10ba0a4385d0 (diff)
downloadnixlib-96803574cd745586b97000bbf4d3a230adee9306.tar
nixlib-96803574cd745586b97000bbf4d3a230adee9306.tar.gz
nixlib-96803574cd745586b97000bbf4d3a230adee9306.tar.bz2
nixlib-96803574cd745586b97000bbf4d3a230adee9306.tar.lz
nixlib-96803574cd745586b97000bbf4d3a230adee9306.tar.xz
nixlib-96803574cd745586b97000bbf4d3a230adee9306.tar.zst
nixlib-96803574cd745586b97000bbf4d3a230adee9306.zip
Merge pull request #23712 from Kendos-Kenlen/atom
atom: 1.14.4 -> 1.15.0
Diffstat (limited to 'pkgs')
-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 47a8eff3da8e..3eae877ff61a 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.14.4";
+  version = "1.15.0";
 
   src = fetchurl {
     url = "https://github.com/atom/atom/releases/download/v${version}/atom-amd64.deb";
-    sha256 = "0b1dbhpphbsjkizii6l5cxr2pqk6bjix0amc2avk3p7ys710zazv";
+    sha256 = "0w790b9m94m28bx7n94pg2zjxrcjf13228lsb0pl8kyfsk2k2glx";
     name = "${name}.deb";
   };