atom: 1.23.1 -> 1.23.2

This commit is contained in:
Tim Steinbach 2018-01-09 10:09:47 -05:00
parent e114a5c0d7
commit fcc48ccced
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.1";
version = "1.23.2";
src = fetchurl {
url = "https://github.com/atom/atom/releases/download/v${version}/atom-amd64.deb";
sha256 = "14cwg48cxrhkcj8ahfznqr1ym316437xds7aw5011dqbmswb0v4f";
sha256 = "04shnmy80ixjrc8d57i5w23xfxw1dmxj7kbygsal9l8kxgd76k7h";
name = "${name}.deb";
};