about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2017-08-19 18:43:26 +0100
committerGitHub <noreply@github.com>2017-08-19 18:43:26 +0100
commit623b0b1f90aa80fd3c7a06c04ad029fba4367d51 (patch)
tree68d3de1f27693c522b182641887bea0c6f422eb0 /pkgs/applications/editors
parent6b782a6018505d4e6eaf2caa13813ac8006ea671 (diff)
parent72278d2fd96e949fda0b54a136707dc4bbf88471 (diff)
downloadnixlib-623b0b1f90aa80fd3c7a06c04ad029fba4367d51.tar
nixlib-623b0b1f90aa80fd3c7a06c04ad029fba4367d51.tar.gz
nixlib-623b0b1f90aa80fd3c7a06c04ad029fba4367d51.tar.bz2
nixlib-623b0b1f90aa80fd3c7a06c04ad029fba4367d51.tar.lz
nixlib-623b0b1f90aa80fd3c7a06c04ad029fba4367d51.tar.xz
nixlib-623b0b1f90aa80fd3c7a06c04ad029fba4367d51.tar.zst
nixlib-623b0b1f90aa80fd3c7a06c04ad029fba4367d51.zip
Merge pull request #28400 from NeQuissimus/atom_1_17_2
atom: 1.19.0 -> 1.19.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 ec8bef7deee6..31e6476d282f 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.19.0";
+  version = "1.19.2";
 
   src = fetchurl {
     url = "https://github.com/atom/atom/releases/download/v${version}/atom-amd64.deb";
-    sha256 = "1gdasqpmbyasd05p5920aw6bf8j58crs51gxjslsgbl1azi4yfh2";
+    sha256 = "0bfhcxhjsa7p35s5dz3zjxm4wc802m3k137p04l9anr3v5hrgqmb";
     name = "${name}.deb";
   };