about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2018-06-19 08:51:06 +0100
committerGitHub <noreply@github.com>2018-06-19 08:51:06 +0100
commit9501aaa078b45e46910f2ccc07ce64f604c16210 (patch)
tree80e02b11d44d9b65a6e938e941247c878142dc7c /pkgs/applications
parent119b41f6fcee43dbba6aa741cfcb2aeff3c8b12a (diff)
parenteb196922ced75b20db933e52ef8deb36003e92e1 (diff)
downloadnixlib-9501aaa078b45e46910f2ccc07ce64f604c16210.tar
nixlib-9501aaa078b45e46910f2ccc07ce64f604c16210.tar.gz
nixlib-9501aaa078b45e46910f2ccc07ce64f604c16210.tar.bz2
nixlib-9501aaa078b45e46910f2ccc07ce64f604c16210.tar.lz
nixlib-9501aaa078b45e46910f2ccc07ce64f604c16210.tar.xz
nixlib-9501aaa078b45e46910f2ccc07ce64f604c16210.tar.zst
nixlib-9501aaa078b45e46910f2ccc07ce64f604c16210.zip
Merge pull request #42212 from r-ryantm/auto-update/riot-web
riot-web: 0.15.4 -> 0.15.5
Diffstat (limited to 'pkgs/applications')
-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 822080df10b9..9111fa59c293 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.15.4";
+  version = "0.15.5";
 
   src = fetchurl {
     url = "https://github.com/vector-im/riot-web/releases/download/v${version}/riot-v${version}.tar.gz";
-    sha256 = "1c0b9717xmzvzzxj006hqxafvcpvnnrsifxjnbxxla58jmnwr9v5";
+    sha256 = "04sij99njkiiwc1q23gwa8z6h4z0riw6yb9z3ds7v2qiyi4sshdz";
   };
 
   installPhase = ''