summary refs log tree commit diff
path: root/pkgs/applications/editors/atom
diff options
context:
space:
mode:
authorPatrick Hilhorst <philhorst@science.ru.nl>2018-04-27 13:40:20 +0200
committerPatrick Hilhorst <philhorst@science.ru.nl>2018-04-27 13:40:20 +0200
commitfc7ae1fefee37e2209753323b1ff57a79487dd10 (patch)
treefbe4dcffa34066436310bdd16647ec546fd4a029 /pkgs/applications/editors/atom
parent3e446ecd564611953c75caf97a855285ef30ba38 (diff)
downloadnixlib-fc7ae1fefee37e2209753323b1ff57a79487dd10.tar
nixlib-fc7ae1fefee37e2209753323b1ff57a79487dd10.tar.gz
nixlib-fc7ae1fefee37e2209753323b1ff57a79487dd10.tar.bz2
nixlib-fc7ae1fefee37e2209753323b1ff57a79487dd10.tar.lz
nixlib-fc7ae1fefee37e2209753323b1ff57a79487dd10.tar.xz
nixlib-fc7ae1fefee37e2209753323b1ff57a79487dd10.tar.zst
nixlib-fc7ae1fefee37e2209753323b1ff57a79487dd10.zip
atom: 1.26.0 -> 1.26.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 7b989f8df1f9..ca223803f04d 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.26.0";
+  version = "1.26.1";
 
   src = fetchurl {
     url = "https://github.com/atom/atom/releases/download/v${version}/atom-amd64.deb";
-    sha256 = "1gyxys3mwwizc88vlb6j769b6r4ibjnqs6pg5iv336b13f9acyvr";
+    sha256 = "0g83qj9siq1vr2v46rzjf3dy2gns9krh6xlh7w3bhrgfk0vqkm11";
     name = "${name}.deb";
   };