atom: 1.19.4 -> 1.19.7

This commit is contained in:
Tim Steinbach 2017-09-07 20:11:00 -04:00
parent 539dcef15e
commit 00829717e8
No known key found for this signature in database
GPG Key ID: 472BFCCA96BD0EDA

View File

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