about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2020-06-29 19:36:26 +0200
committerMaximilian Bosch <maximilian@mbosch.me>2020-06-29 19:46:02 +0200
commit260003b26c2629df6153d70efaab1e5ccff21d86 (patch)
tree5970db42bffc36530df5c962236a806f41f3981c /pkgs/applications/networking/instant-messengers
parentb4eae7887b4f6681e99b7f000991fac9e357589a (diff)
riot-web: 1.6.6 -> 1.6.7
https://github.com/vector-im/riot-web/releases/tag/v1.6.7
Diffstat (limited to 'pkgs/applications/networking/instant-messengers')
-rw-r--r--pkgs/applications/networking/instant-messengers/riot/riot-web.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/instant-messengers/riot/riot-web.nix b/pkgs/applications/networking/instant-messengers/riot/riot-web.nix
index 86aa4c9276640..23e17f961686e 100644
--- a/pkgs/applications/networking/instant-messengers/riot/riot-web.nix
+++ b/pkgs/applications/networking/instant-messengers/riot/riot-web.nix
@@ -12,11 +12,11 @@ let
 
 in stdenv.mkDerivation rec {
   pname = "riot-web";
-  version = "1.6.6";
+  version = "1.6.7";
 
   src = fetchurl {
     url = "https://github.com/vector-im/riot-web/releases/download/v${version}/riot-v${version}.tar.gz";
-    sha256 = "0j88wcha5rr6qaxik4m90v9mgfcj3r9nb4gpd2dzi7m1zf7kivkw";
+    sha256 = "14g5rbvcw6p0q50slbf0c7s39i54ggv2cjc5iv93yvfrwn3z0f8p";
   };
 
   installPhase = ''