summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors/atom
diff options
context:
space:
mode:
authorPatrick Hilhorst <philhorst@science.ru.nl>2018-04-06 12:18:37 +0200
committerPatrick Hilhorst <philhorst@science.ru.nl>2018-04-06 12:18:37 +0200
commite7a352f96f1621be3432385871f00348cf9e1657 (patch)
tree130fe25fa2832319761dc7e67bd480a4e109c2ad /pkgs/applications/editors/atom
parent315f06df28263cd8266a4c4eea8655f468b3d4c1 (diff)
atom : 1.25.0 -> 1.25.1
Diffstat (limited to 'pkgs/applications/editors/atom')
-rw-r--r--pkgs/applications/editors/atom/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/atom/default.nix b/pkgs/applications/editors/atom/default.nix
index 8c7ff7b5eae6..9fbf4431f602 100644
--- a/pkgs/applications/editors/atom/default.nix
+++ b/pkgs/applications/editors/atom/default.nix
@@ -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";
};