atom: 1.13.0 -> 1.13.1

This commit is contained in:
Tim Steinbach 2017-01-25 17:22:55 -05:00
parent f27fb8ab75
commit d258f054cd
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.13.0";
version = "1.13.1";
src = fetchurl {
url = "https://github.com/atom/atom/releases/download/v${version}/atom-amd64.deb";
sha256 = "17k4v5hibaq4zi86y1sjx09hqng4sm3lr024v2mjnhj65m2nhjb8";
sha256 = "0nkd0nrnnmln5fjs1c97dligzqp744j4y6lqanfbs9vrxms6mnq3";
name = "${name}.deb";
};