Skip to content

Commit 4dd6b2d

Browse files
committedJan 17, 2018
atom: 1.23.2 -> 1.23.3
(cherry picked from commit 94d6f39)
1 parent 330fecf commit 4dd6b2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

Diff for: ‎pkgs/applications/editors/atom/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
stdenv.mkDerivation rec {
44
name = "atom-${version}";
5-
version = "1.23.2";
5+
version = "1.23.3";
66

77
src = fetchurl {
88
url = "https://github.com/atom/atom/releases/download/v${version}/atom-amd64.deb";
9-
sha256 = "04shnmy80ixjrc8d57i5w23xfxw1dmxj7kbygsal9l8kxgd76k7h";
9+
sha256 = "0vq0pics8ajjqwqlk396dxl10k80059f9bik0j4wj2cals42bifc";
1010
name = "${name}.deb";
1111
};
1212

0 commit comments

Comments
 (0)
Please sign in to comment.