3
0
Fork 0
forked from mirrors/nixpkgs

atom: 1.15.0 -> 1.16.0

This commit is contained in:
Tim Steinbach 2017-04-12 19:33:03 -04:00
parent 75f1a55fbe
commit 416337b95c
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.15.0";
version = "1.16.0";
src = fetchurl {
url = "https://github.com/atom/atom/releases/download/v${version}/atom-amd64.deb";
sha256 = "0w790b9m94m28bx7n94pg2zjxrcjf13228lsb0pl8kyfsk2k2glx";
sha256 = "10qzhfz34i7x7z5fv5a73a6aiwxvanyn0v825a6yz9qfc2mg4shd";
name = "${name}.deb";
};