We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 330fecf commit 4dd6b2dCopy full SHA for 4dd6b2d
pkgs/applications/editors/atom/default.nix
@@ -2,11 +2,11 @@
2
3
stdenv.mkDerivation rec {
4
name = "atom-${version}";
5
- version = "1.23.2";
+ version = "1.23.3";
6
7
src = fetchurl {
8
url = "https://github.com/atom/atom/releases/download/v${version}/atom-amd64.deb";
9
- sha256 = "04shnmy80ixjrc8d57i5w23xfxw1dmxj7kbygsal9l8kxgd76k7h";
+ sha256 = "0vq0pics8ajjqwqlk396dxl10k80059f9bik0j4wj2cals42bifc";
10
name = "${name}.deb";
11
};
12
0 commit comments