atom: 1.20.0 -> 1.20.1

This commit is contained in:
Tim Steinbach 2017-09-20 08:41:14 -04:00
parent 7e6011083d
commit 29309da4a1
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.20.0";
version = "1.20.1";
src = fetchurl {
url = "https://github.com/atom/atom/releases/download/v${version}/atom-amd64.deb";
sha256 = "1jzpa44ny78djdxc8d2w4jz1m68xmi8bzq87q3wmdffa4g9z4aa0";
sha256 = "0mr82m3yv18ljai3r4ncr65bqhjwxyf1si77iza4ijk5zv1llp7i";
name = "${name}.deb";
};