about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers
diff options
context:
space:
mode:
authorclaudiiii <claudi+github@grimm.link>2020-07-13 23:06:59 +0200
committerclaudiiii <claudi+github@grimm.link>2020-07-13 23:06:59 +0200
commit6bc9d7286faa7a8bf022c6db0f2c27e546449798 (patch)
tree812355acd8506fc7b150d2c34ce96840a1f40472 /pkgs/applications/networking/instant-messengers
parentbfb7ac3d83ab3a24954b48c2d556aa6c69f53bb7 (diff)
riot-web: 1.6.7 -> 1.6.8
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 23e17f961686e..fc8351e73e627 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.7";
+  version = "1.6.8";
 
   src = fetchurl {
     url = "https://github.com/vector-im/riot-web/releases/download/v${version}/riot-v${version}.tar.gz";
-    sha256 = "14g5rbvcw6p0q50slbf0c7s39i54ggv2cjc5iv93yvfrwn3z0f8p";
+    sha256 = "09jazixxaq9fcw3qld73hpknw7pcjg3b94hhgipl3zyn6dvqk3xv";
   };
 
   installPhase = ''