atom, atom-beta: 1.29.0 -> 1.30.0, 1.30.0-beta1 -> 1.31.0-beta0

This commit is contained in:
Patrick Hilhorst 2018-08-29 08:54:51 +02:00
parent 591a3d0af2
commit 7a3f62fa0b
No known key found for this signature in database
GPG Key ID: 589BB0A8DAFEF2B2

View File

@ -73,13 +73,13 @@ let
}; };
in stdenv.lib.mapAttrs common { in stdenv.lib.mapAttrs common {
atom = { atom = {
version = "1.29.0"; version = "1.30.0";
sha256 = "0f0qpn8aw2qlqk8ah71xvk4vcmwsnsf2f3g4hz0rvaqnhb9ri9fz"; sha256 = "1hqizfn9c249l51rlpfgk0h374maqgw6pagswlh4xa278qzb6qzs";
}; };
atom-beta = { atom-beta = {
version = "1.30.0"; version = "1.31.0";
beta = 1; beta = 0;
sha256 = "0ygqj81xlwhzmmci0d0rd2q7xfskxd1k7h6db3zvvjdxjcnyqp1z"; sha256 = "11nlaz89rg6lgzsxp83qdqk4bnn2cij2p5aqjd9a3phd7v70xmy5";
}; };
} }