Skip to content

Commit

Permalink
Merge pull request #28074 from NeQuissimus/atom_1_19_0
Browse files Browse the repository at this point in the history
atom: 1.18.0 -> 1.19.0
  • Loading branch information
NeQuissimus committed Aug 10, 2017
2 parents 700f761 + bd27239 commit 9dafe59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/editors/atom/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
name = "atom-${version}";
version = "1.18.0";
version = "1.19.0";

src = fetchurl {
url = "https://github.com/atom/atom/releases/download/v${version}/atom-amd64.deb";
sha256 = "07hssch8sfyp5sji91lx4v62m8zmy9j971i968p747dwfp6g0my6";
sha256 = "1gdasqpmbyasd05p5920aw6bf8j58crs51gxjslsgbl1azi4yfh2";
name = "${name}.deb";
};

Expand Down

0 comments on commit 9dafe59

Please sign in to comment.