3
0
Fork 0
forked from mirrors/nixpkgs

atom: 1.12.0 -> 1.12.1

This commit is contained in:
Tim Steinbach 2016-11-10 21:05:55 -05:00
parent 74ecbbe4e3
commit 0b91aa42d2
No known key found for this signature in database
GPG key ID: 83FF2ACAEB6C2D24

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";
};