summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorPatrick Hilhorst <git@hilhorst.be>2018-10-24 11:33:20 +0200
committerPatrick Hilhorst <git@hilhorst.be>2018-10-24 11:33:20 +0200
commitf13f4825bf17d785abf91167c8e4754e08714958 (patch)
tree0e0c70ed8e05c488e3b4534732dc3063bda55b74 /pkgs/applications/editors
parent26441bc650762a5d1a1597f65206d3b3dbf9ea14 (diff)
downloadnixlib-f13f4825bf17d785abf91167c8e4754e08714958.tar
nixlib-f13f4825bf17d785abf91167c8e4754e08714958.tar.gz
nixlib-f13f4825bf17d785abf91167c8e4754e08714958.tar.bz2
nixlib-f13f4825bf17d785abf91167c8e4754e08714958.tar.lz
nixlib-f13f4825bf17d785abf91167c8e4754e08714958.tar.xz
nixlib-f13f4825bf17d785abf91167c8e4754e08714958.tar.zst
nixlib-f13f4825bf17d785abf91167c8e4754e08714958.zip
atom, atom-beta: 1.31.2 -> 1.32.0, 1.32.0-beta0 -> 1.33.0-beta0
Diffstat (limited to 'pkgs/applications/editors')
-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 2ac80007fdd1..a6525804ee0b 100644
--- a/pkgs/applications/editors/atom/default.nix
+++ b/pkgs/applications/editors/atom/default.nix
@@ -3,14 +3,14 @@
 let
   versions = {
     atom = {
-      version = "1.31.2";
-      sha256 = "1szx9p2nz1qzjpig0l8h4hj5mqwpjvkcynn8crh21drply4bpfr0";
+      version = "1.32.0";
+      sha256 = "0dha8zi4gshxj993ns7ybi7q86pfqwzsasrk3a7b5xrdqbrcm5md";
     };
 
     atom-beta = {
-      version = "1.32.0";
+      version = "1.33.0";
       beta = 0;
-      sha256 = "12k5cn70a0diyaqbmq6s6l2sbi9i3d9p7i38qnm97lnw0y1kh0jm";
+      sha256 = "1x4s12zvfd2gjy7mimndbhs6x9k37jq4dyy6r1mzhwfysix74val";
     };
   };