about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2016-01-14 13:08:36 +0100
committerDomen Kožar <domen@dev.si>2016-01-14 13:09:11 +0100
commit9c67ff9547907876b57ae57d815cd7abd8ea1fd2 (patch)
tree64e5fd1bc1f552a25971348a9956ea062a6e9852 /pkgs/applications/editors
parent8525936f807620e3d98fe4865033bdcd6932a362 (diff)
downloadnixlib-9c67ff9547907876b57ae57d815cd7abd8ea1fd2.tar
nixlib-9c67ff9547907876b57ae57d815cd7abd8ea1fd2.tar.gz
nixlib-9c67ff9547907876b57ae57d815cd7abd8ea1fd2.tar.bz2
nixlib-9c67ff9547907876b57ae57d815cd7abd8ea1fd2.tar.lz
nixlib-9c67ff9547907876b57ae57d815cd7abd8ea1fd2.tar.xz
nixlib-9c67ff9547907876b57ae57d815cd7abd8ea1fd2.tar.zst
nixlib-9c67ff9547907876b57ae57d815cd7abd8ea1fd2.zip
atom: 1.3.1 -> 1.3.3
Diffstat (limited to 'pkgs/applications/editors')
-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 13e00754acd3..2cdb232f457a 100644
--- a/pkgs/applications/editors/atom/default.nix
+++ b/pkgs/applications/editors/atom/default.nix
@@ -16,11 +16,11 @@ let
   };
 in stdenv.mkDerivation rec {
   name = "atom-${version}";
-  version = "1.3.1";
+  version = "1.3.3";
 
   src = fetchurl {
     url = "https://github.com/atom/atom/releases/download/v${version}/atom-amd64.deb";
-    sha256 = "17q5vrvjsyxcd8favp0sldfvhcwr0ba6ws32df6iv2iyla5h94y1";
+    sha256 = "0ihhhb4cwz5g5cvwykwk8vbsia4n7r3sh167ywi970w21b1czm7r";
     name = "${name}.deb";
   };