atom: 1.21.0 -> 1.21.1

This commit is contained in:
Tim Steinbach 2017-10-12 13:12:27 -04:00
parent 64a727b160
commit 08b2c82eca
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.21.0";
version = "1.21.1";
src = fetchurl {
url = "https://github.com/atom/atom/releases/download/v${version}/atom-amd64.deb";
sha256 = "0xnja2jdjjryisxgyxhh8ik861snl9wdpmr3rjlnalfglghqqb5h";
sha256 = "13mpj3wvcgsxz9q6lai36lkfgd7rabcjrrih1j5309kd1dqaswnn";
name = "${name}.deb";
};