summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorTim Steinbach <tim@nequissimus.com>2016-02-15 19:58:46 +0000
committerTim Steinbach <tim@nequissimus.com>2016-02-15 19:58:46 +0000
commitf3909c9943c64a85acd4c9e551745b5910fbe529 (patch)
treedae204ec270c33463b07b87629b880d9b5d83f13 /pkgs
parentd24ec76cc259740c4505cc282e8d46a417dc3af9 (diff)
downloadnixpkgs-f3909c9943c64a85acd4c9e551745b5910fbe529.tar
nixpkgs-f3909c9943c64a85acd4c9e551745b5910fbe529.tar.gz
nixpkgs-f3909c9943c64a85acd4c9e551745b5910fbe529.tar.bz2
nixpkgs-f3909c9943c64a85acd4c9e551745b5910fbe529.tar.lz
nixpkgs-f3909c9943c64a85acd4c9e551745b5910fbe529.tar.xz
nixpkgs-f3909c9943c64a85acd4c9e551745b5910fbe529.tar.zst
nixpkgs-f3909c9943c64a85acd4c9e551745b5910fbe529.zip
atom: 1.4.3 -> 1.5.3
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/editors/atom/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/editors/atom/default.nix b/pkgs/applications/editors/atom/default.nix
index 87a36a36f90..d7b91de80d8 100644
--- a/pkgs/applications/editors/atom/default.nix
+++ b/pkgs/applications/editors/atom/default.nix
@@ -16,11 +16,11 @@ let
   };
 in stdenv.mkDerivation rec {
   name = "atom-${version}";
-  version = "1.4.3";
+  version = "1.5.3";
 
   src = fetchurl {
     url = "https://github.com/atom/atom/releases/download/v${version}/atom-amd64.deb";
-    sha256 = "15ix5ww3ny5ylgmmxpkc32li6af2vc4a2p6aymx9c472fra0c41x";
+    sha256 = "101fz4c5pj7yp7fg7kg7vcpqjzpwfrbxdyb6va5liip1llg1i2z3";
     name = "${name}.deb";
   };
 
@@ -51,7 +51,7 @@ in stdenv.mkDerivation rec {
     description = "A hackable text editor for the 21st Century";
     homepage = https://atom.io/;
     license = licenses.mit;
-    maintainers = [ maintainers.offline ];
+    maintainers = [ maintainers.offline maintainers.nequissimus ];
     platforms = [ "x86_64-linux" ];
   };
 }