Merge pull request #19563 from NeQuissimus/atom_1_11_1

atom: 1.10.1 -> 1.11.1
This commit is contained in:
Graham Christensen 2016-10-15 07:13:10 -04:00 committed by GitHub
commit 541bc547eb

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "atom-${version}";
version = "1.10.1";
version = "1.11.1";
src = fetchurl {
url = "https://github.com/atom/atom/releases/download/v${version}/atom-amd64.deb";
sha256 = "0v03a93qa57ajji4sfz7hyr06n20jnlq87103nr7wqycv1v4dm85";
sha256 = "1wpfpj9dv4l710758gcx05s2aj8mn21fr7wah2xv5qildx2qy31q";
name = "${name}.deb";
};