Merge pull request #9605 from sbruce/atom-1.0.10

Updated atom to 1.0.10
This commit is contained in:
Domen Kožar 2015-09-02 19:06:15 +02:00
commit 190a49e046

View file

@ -16,11 +16,11 @@ let
};
in stdenv.mkDerivation rec {
name = "atom-${version}";
version = "1.0.0";
version = "1.0.10";
src = fetchurl {
url = "https://github.com/atom/atom/releases/download/v${version}/atom-amd64.deb";
sha256 = "434be52726fed9804ddb8c07dba200d774d145d0a870d2a013b5f95eb882fa7e";
sha256 = "16rbp76c46n24a9a3cygg94bx6y7j038h34w4qr7j24aiy5bfzwv";
name = "${name}.deb";
};