Skip to content

Commit

Permalink
atom: 1.15.0 -> 1.16.0
Browse files Browse the repository at this point in the history
(cherry picked from commit 416337b)
  • Loading branch information
NeQuissimus committed Apr 13, 2017
1 parent 4c02bbd commit a327b02
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.15.0";
version = "1.16.0";

src = fetchurl {
url = "https://github.com/atom/atom/releases/download/v${version}/atom-amd64.deb";
sha256 = "0w790b9m94m28bx7n94pg2zjxrcjf13228lsb0pl8kyfsk2k2glx";
sha256 = "10qzhfz34i7x7z5fv5a73a6aiwxvanyn0v825a6yz9qfc2mg4shd";
name = "${name}.deb";
};

Expand Down

0 comments on commit a327b02

Please sign in to comment.