atom: 1.23.0 -> 1.23.1

This commit is contained in:
Tim Steinbach 2017-12-14 08:23:57 -05:00
parent 66e36666d6
commit 2e21451dcf
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.23.0";
version = "1.23.1";
src = fetchurl {
url = "https://github.com/atom/atom/releases/download/v${version}/atom-amd64.deb";
sha256 = "0zz03c2kb7cnkrkhg0dlfcvhnm8al1zpqsc7c6a462183fm9plna";
sha256 = "14cwg48cxrhkcj8ahfznqr1ym316437xds7aw5011dqbmswb0v4f";
name = "${name}.deb";
};