about summary refs log tree commit diff
path: root/pkgs/applications/editors/atom
diff options
context:
space:
mode:
authorTim Steinbach <tim@nequissimus.com>2017-10-12 13:17:49 -0400
committerTim Steinbach <tim@nequissimus.com>2017-10-12 13:17:49 -0400
commit8a957be3370dddacc2e0f6c88a45a05daf3ba866 (patch)
treecbe5ae4989139a6a7d762149b6fab23565ffbb19 /pkgs/applications/editors/atom
parent08b2c82ecabf0a551b724ed5b23cf63009f06686 (diff)
downloadnixlib-8a957be3370dddacc2e0f6c88a45a05daf3ba866.tar
nixlib-8a957be3370dddacc2e0f6c88a45a05daf3ba866.tar.gz
nixlib-8a957be3370dddacc2e0f6c88a45a05daf3ba866.tar.bz2
nixlib-8a957be3370dddacc2e0f6c88a45a05daf3ba866.tar.lz
nixlib-8a957be3370dddacc2e0f6c88a45a05daf3ba866.tar.xz
nixlib-8a957be3370dddacc2e0f6c88a45a05daf3ba866.tar.zst
nixlib-8a957be3370dddacc2e0f6c88a45a05daf3ba866.zip
atom-beta: 1.22.0-beta0 -> 1.22.0-beta1
Diffstat (limited to 'pkgs/applications/editors/atom')
-rw-r--r--pkgs/applications/editors/atom/beta.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/atom/beta.nix b/pkgs/applications/editors/atom/beta.nix
index 61f927ef76bc..391d098625c5 100644
--- a/pkgs/applications/editors/atom/beta.nix
+++ b/pkgs/applications/editors/atom/beta.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name = "atom-beta-${version}";
-  version = "1.22.0-beta0";
+  version = "1.22.0-beta1";
 
   src = fetchurl {
     url = "https://github.com/atom/atom/releases/download/v${version}/atom-amd64.deb";
-    sha256 = "0xsj0vvaxjw60gg6niaws2lf9lkrh1sz7ypk41g6l4hdgmqyg6fi";
+    sha256 = "0qggj0j0cnkzqwgvzw2fb1z10rvvx9jh0ymhdy1aca18hms44p3d";
     name = "${name}.deb";
   };