summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorFranz Pletz <fpletz@fnordicwalking.de>2017-05-26 01:28:02 +0200
committerGitHub <noreply@github.com>2017-05-26 01:28:02 +0200
commit4820c72cf7e253634af85555bfac97326acfbf69 (patch)
tree0f043c7975eb5dfe7260b02f7887ec8da0dd6362 /pkgs/applications/editors
parent690a83091bd0e10ce7c70b081c861a6ff2a6d532 (diff)
parent9d8942c5781be01c377ab255c63efb98e2f2074b (diff)
downloadnixlib-4820c72cf7e253634af85555bfac97326acfbf69.tar
nixlib-4820c72cf7e253634af85555bfac97326acfbf69.tar.gz
nixlib-4820c72cf7e253634af85555bfac97326acfbf69.tar.bz2
nixlib-4820c72cf7e253634af85555bfac97326acfbf69.tar.lz
nixlib-4820c72cf7e253634af85555bfac97326acfbf69.tar.xz
nixlib-4820c72cf7e253634af85555bfac97326acfbf69.tar.zst
nixlib-4820c72cf7e253634af85555bfac97326acfbf69.zip
Merge pull request #26107 from NeQuissimus/atom_1_17_2
atom: 1.17.0 -> 1.17.2
Diffstat (limited to 'pkgs/applications/editors')
-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 2b0681569100..e936c8a5a7c6 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.17.0";
+  version = "1.17.2";
 
   src = fetchurl {
     url = "https://github.com/atom/atom/releases/download/v${version}/atom-amd64.deb";
-    sha256 = "10m1sww8zkhnhs3frlnd6g3b6f4fimgp0512wcszgqhvlhjbf9ln";
+    sha256 = "05lf9f5c9l111prx7d76cr5h8h340vm7vb8hra5rdrqhjpdvwhhn";
     name = "${name}.deb";
   };