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
1 changed files with 2 additions and 2 deletions

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "atom-${version}"; name = "atom-${version}";
version = "1.23.1"; version = "1.23.2";
src = fetchurl { src = fetchurl {
url = "https://github.com/atom/atom/releases/download/v${version}/atom-amd64.deb"; url = "https://github.com/atom/atom/releases/download/v${version}/atom-amd64.deb";
sha256 = "14cwg48cxrhkcj8ahfznqr1ym316437xds7aw5011dqbmswb0v4f"; sha256 = "04shnmy80ixjrc8d57i5w23xfxw1dmxj7kbygsal9l8kxgd76k7h";
name = "${name}.deb"; name = "${name}.deb";
}; };