3
0
Fork 0
forked from mirrors/nixpkgs

atom : 1.25.0 -> 1.25.1

This commit is contained in:
Patrick Hilhorst 2018-04-06 12:18:37 +02:00
parent 315f06df28
commit e7a352f96f

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "atom-${version}";
version = "1.25.0";
version = "1.25.1";
src = fetchurl {
url = "https://github.com/atom/atom/releases/download/v${version}/atom-amd64.deb";
sha256 = "04iiw0qzl9025l4lasz42w5nfnvsmc7vwcf4a9c2hvl9xsyckajh";
sha256 = "0h0kr4w26c6i89rb9y4aw4l8f63al42i2cy3ddk16m1irzij9fk4";
name = "${name}.deb";
};