atom: 1.11.1 -> 1.11.2

This commit is contained in:
Danny Arnold 2016-10-20 10:31:52 +02:00
parent 209691e397
commit 56dfc33f49

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "atom-${version}";
version = "1.11.1";
version = "1.11.2";
src = fetchurl {
url = "https://github.com/atom/atom/releases/download/v${version}/atom-amd64.deb";
sha256 = "1wpfpj9dv4l710758gcx05s2aj8mn21fr7wah2xv5qildx2qy31q";
sha256 = "1mvlj1j0hyvm5di95nn0x99lm5arw2amm1s1va1m73zss3bzlhpm";
name = "${name}.deb";
};