about summary refs log tree commit diff
path: root/pkgs/applications/editors/atom
diff options
context:
space:
mode:
authorGauthier POGAM--LE MONTAGNER <kendos.kenlen@gmail.com>2017-03-02 13:44:47 +0100
committerGauthier POGAM--LE MONTAGNER <kendos.kenlen@gmail.com>2017-03-02 13:44:47 +0100
commit869bc1c07e66cb1da432ccde8dd65816f5a7d617 (patch)
tree04ce2d8e87d5febb47cf8cb859ac0b9ee318d105 /pkgs/applications/editors/atom
parent306eb6ded018040470be2a462b0adbd7412349a2 (diff)
downloadnixlib-869bc1c07e66cb1da432ccde8dd65816f5a7d617.tar
nixlib-869bc1c07e66cb1da432ccde8dd65816f5a7d617.tar.gz
nixlib-869bc1c07e66cb1da432ccde8dd65816f5a7d617.tar.bz2
nixlib-869bc1c07e66cb1da432ccde8dd65816f5a7d617.tar.lz
nixlib-869bc1c07e66cb1da432ccde8dd65816f5a7d617.tar.xz
nixlib-869bc1c07e66cb1da432ccde8dd65816f5a7d617.tar.zst
nixlib-869bc1c07e66cb1da432ccde8dd65816f5a7d617.zip
atom: 1.14.3 -> 1.14.4
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 27ba155ad74d..47a8eff3da8e 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.3";
+  version = "1.14.4";
 
   src = fetchurl {
     url = "https://github.com/atom/atom/releases/download/v${version}/atom-amd64.deb";
-    sha256 = "16zc1bbvxs9fpd9y3mzgbl789djp3p1664a8b2nn9ann1mbkdgsk";
+    sha256 = "0b1dbhpphbsjkizii6l5cxr2pqk6bjix0amc2avk3p7ys710zazv";
     name = "${name}.deb";
   };