Skip to content

Commit

Permalink
Merge pull request #20373 from NeQuissimus/atom_1_12_2
Browse files Browse the repository at this point in the history
atom: 1.12.1 -> 1.12.2
  • Loading branch information
NeQuissimus authored Nov 12, 2016
2 parents c7defd1 + dcb76cd commit e2ac66f
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.12.1";
version = "1.12.2";

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

Expand Down

0 comments on commit e2ac66f

Please sign in to comment.