about summary refs log tree commit diff
path: root/pkgs/applications/editors/atom
diff options
context:
space:
mode:
authorZack A <boppy@nwcpz.com>2021-10-01 20:19:07 -0700
committerZack A <boppy@nwcpz.com>2021-10-01 20:19:07 -0700
commit3dce389e9ed29432fd1226e6cdf26c50f1176e4d (patch)
tree4b402cdff0f2034aa81bbb31e9af0a19d6624c78 /pkgs/applications/editors/atom
parentff452174fc58b61e870b38524dc872267f91c7e3 (diff)
atom,atom-beta: 1.57.0 -> 1.58.0, 1.58.0-beta0 -> 1.59.0-beta0
Diffstat (limited to 'pkgs/applications/editors/atom')
-rw-r--r--pkgs/applications/editors/atom/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/editors/atom/default.nix b/pkgs/applications/editors/atom/default.nix
index 03a46479871f0..84704e71cea8a 100644
--- a/pkgs/applications/editors/atom/default.nix
+++ b/pkgs/applications/editors/atom/default.nix
@@ -3,14 +3,14 @@
 let
   versions = {
     atom = {
-      version = "1.57.0";
-      sha256 = "1jzxjvaljk8p3gzjvs5bn3d128x37pcgn6by7srhs9qclc5j2664";
+      version = "1.58.0";
+      sha256 = "sha256-QxDhr4gwlS9O/lk0nfqsw5sFiPckSTFL15XtRpQh0tU=";
     };
 
     atom-beta = {
-      version = "1.58.0";
+      version = "1.59.0";
       beta = 0;
-      sha256 = "0amhilmpiwn2jfn0nrcrhzminqdp3xm5p3w3ldc3qk761pn3lbpd";
+      sha256 = "sha256-s1XHR2e4JPywdLiIcjTqMRILARDthHxBeTQOCIkhmXE=";
       broken = true;
     };
   };