about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/riot/riot-web.nix
diff options
context:
space:
mode:
authornyanloutre <paul@nyanlout.re>2019-01-30 15:50:34 +0100
committernyanloutre <paul@nyanlout.re>2019-01-30 15:50:34 +0100
commit59efe8ab45b4eec0a7d09581df957e8eab38d9ab (patch)
tree5480165e326b5e3ad71136083e4a90859237009b /pkgs/applications/networking/instant-messengers/riot/riot-web.nix
parentbc41317e24317b0f506287f2d5bab00140b9b50e (diff)
downloadnixlib-59efe8ab45b4eec0a7d09581df957e8eab38d9ab.tar
nixlib-59efe8ab45b4eec0a7d09581df957e8eab38d9ab.tar.gz
nixlib-59efe8ab45b4eec0a7d09581df957e8eab38d9ab.tar.bz2
nixlib-59efe8ab45b4eec0a7d09581df957e8eab38d9ab.tar.lz
nixlib-59efe8ab45b4eec0a7d09581df957e8eab38d9ab.tar.xz
nixlib-59efe8ab45b4eec0a7d09581df957e8eab38d9ab.tar.zst
nixlib-59efe8ab45b4eec0a7d09581df957e8eab38d9ab.zip
riot-web: 0.17.8 -> 0.17.9
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/riot/riot-web.nix')
-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 1d1617ed9e0d..d9f26fa72b0f 100644
--- a/pkgs/applications/networking/instant-messengers/riot/riot-web.nix
+++ b/pkgs/applications/networking/instant-messengers/riot/riot-web.nix
@@ -3,11 +3,11 @@
 let configFile = writeText "riot-config.json" conf; in
 stdenv.mkDerivation rec {
   name= "riot-web-${version}";
-  version = "0.17.8";
+  version = "0.17.9";
 
   src = fetchurl {
     url = "https://github.com/vector-im/riot-web/releases/download/v${version}/riot-v${version}.tar.gz";
-    sha256 = "0610h307q0zlyd0l7afrb8jv1r9gy9gc07zkjn33jpycwmpbwxbz";
+    sha256 = "1k7664b0yxvzc7l8mnh9a0kqi8qfj6rdjblfksrd3wg8hdrb7wb1";
   };
 
   installPhase = ''