Skip to content

Commit

Permalink
atom: 1.19.4 -> 1.19.7
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Sep 8, 2017
1 parent 539dcef commit 0082971
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/editors/atom/default.nix
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
name = "atom-${version}";
version = "1.19.4";
version = "1.19.7";

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

Expand Down

0 comments on commit 0082971

Please sign in to comment.