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-06-30 23:24:18 +0200
committernyanloutre <paul@nyanlout.re>2019-06-30 23:24:18 +0200
commit26a0e5f94226d64d790f89cb88b2367cfee4f038 (patch)
tree4fef963a781db86ef26d8ae000762d5f70fbe8f1 /pkgs/applications/networking/instant-messengers/riot/riot-web.nix
parent20b993ef2c9e818a636582ade9597f71a485209d (diff)
downloadnixlib-26a0e5f94226d64d790f89cb88b2367cfee4f038.tar
nixlib-26a0e5f94226d64d790f89cb88b2367cfee4f038.tar.gz
nixlib-26a0e5f94226d64d790f89cb88b2367cfee4f038.tar.bz2
nixlib-26a0e5f94226d64d790f89cb88b2367cfee4f038.tar.lz
nixlib-26a0e5f94226d64d790f89cb88b2367cfee4f038.tar.xz
nixlib-26a0e5f94226d64d790f89cb88b2367cfee4f038.tar.zst
nixlib-26a0e5f94226d64d790f89cb88b2367cfee4f038.zip
riot-web: 1.2.1 -> 1.2.2
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 ed6cc7abfa33..61a581e834c1 100644
--- a/pkgs/applications/networking/instant-messengers/riot/riot-web.nix
+++ b/pkgs/applications/networking/instant-messengers/riot/riot-web.nix
@@ -6,11 +6,11 @@
 let configFile = writeText "riot-config.json" conf; in
 stdenv.mkDerivation rec {
   name= "riot-web-${version}";
-  version = "1.2.1";
+  version = "1.2.2";
 
   src = fetchurl {
     url = "https://github.com/vector-im/riot-web/releases/download/v${version}/riot-v${version}.tar.gz";
-    sha256 = "1h96c4yy06ag5lmsbm5h2ws1l7sp4qm5dcchw25k3937fdhwq840";
+    sha256 = "19nb6gyjaijah068ika6hvk18hraivm71830i9cd4ssl6g5j4k8x";
   };
 
   installPhase = ''