Merge pull request #20324 from NeQuissimus/atom_1_12_1

atom: 1.12.0 -> 1.12.1
This commit is contained in:
Tim Steinbach 2016-11-11 10:24:41 -05:00 committed by GitHub
commit b773918fe4

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "atom-${version}";
version = "1.12.0";
version = "1.12.1";
src = fetchurl {
url = "https://github.com/atom/atom/releases/download/v${version}/atom-amd64.deb";
sha256 = "0grl5lw05gjw9381pr8asgqp9f912li28v0bvl8j6i0ynfy67jmk";
sha256 = "0v7qlqkpq5zymn0ww35ywkh0vzm2mfpah18nqrc0rx0kvxr0xzqj";
name = "${name}.deb";
};