summary refs log tree commit diff
path: root/pkgs/applications/editors/atom
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-04-29 22:23:46 -0700
committerTim Steinbach <NeQuissimus@users.noreply.github.com>2019-04-30 09:50:38 -0400
commit9e6740c7ad610abba13a40f02d5eac93874b8bc8 (patch)
tree8ece94c823ec1c185dbf2f134dfc49ab608e7605 /pkgs/applications/editors/atom
parentfd2bd6e433fee4102b81f7d233febbf26917f078 (diff)
downloadnixpkgs-9e6740c7ad610abba13a40f02d5eac93874b8bc8.tar
nixpkgs-9e6740c7ad610abba13a40f02d5eac93874b8bc8.tar.gz
nixpkgs-9e6740c7ad610abba13a40f02d5eac93874b8bc8.tar.bz2
nixpkgs-9e6740c7ad610abba13a40f02d5eac93874b8bc8.tar.lz
nixpkgs-9e6740c7ad610abba13a40f02d5eac93874b8bc8.tar.xz
nixpkgs-9e6740c7ad610abba13a40f02d5eac93874b8bc8.tar.zst
nixpkgs-9e6740c7ad610abba13a40f02d5eac93874b8bc8.zip
atom: 1.36.0 -> 1.36.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/atom/versions
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 63b322b06ab..bc791d63d24 100644
--- a/pkgs/applications/editors/atom/default.nix
+++ b/pkgs/applications/editors/atom/default.nix
@@ -3,8 +3,8 @@
 let
   versions = {
     atom = {
-      version = "1.36.0";
-      sha256 = "1ljg39h5xjigk2njvxyinb1gd3sbja21v47c7va6vl9hjr5xb3fr";
+      version = "1.36.1";
+      sha256 = "1m7q2r3zx463k7kpqb364piqrr69wrhs033ibzxdx9y7r4204qp4";
     };
 
     atom-beta = {