atom: 1.23.2 -> 1.23.3

This commit is contained in:
Tim Steinbach 2018-01-17 10:28:48 -05:00
parent c5b5568a12
commit 94d6f39ea2
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.2";
version = "1.23.3";
src = fetchurl {
url = "https://github.com/atom/atom/releases/download/v${version}/atom-amd64.deb";
sha256 = "04shnmy80ixjrc8d57i5w23xfxw1dmxj7kbygsal9l8kxgd76k7h";
sha256 = "0vq0pics8ajjqwqlk396dxl10k80059f9bik0j4wj2cals42bifc";
name = "${name}.deb";
};