summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/riot
diff options
context:
space:
mode:
authorPascal Bach <pascal.bach@nextrem.ch>2018-02-12 21:27:42 +0100
committerPascal Bach <pascal.bach@nextrem.ch>2018-02-12 21:30:01 +0100
commit9db87efdd539d4c6207447bee497feb851bce454 (patch)
treef4f7ddff27825dfdd9be624e04d17df3c5ccccb2 /pkgs/applications/networking/instant-messengers/riot
parentfb8379cc766feffc1c7a7528c5459ce1e42fd0b3 (diff)
downloadnixlib-9db87efdd539d4c6207447bee497feb851bce454.tar
nixlib-9db87efdd539d4c6207447bee497feb851bce454.tar.gz
nixlib-9db87efdd539d4c6207447bee497feb851bce454.tar.bz2
nixlib-9db87efdd539d4c6207447bee497feb851bce454.tar.lz
nixlib-9db87efdd539d4c6207447bee497feb851bce454.tar.xz
nixlib-9db87efdd539d4c6207447bee497feb851bce454.tar.zst
nixlib-9db87efdd539d4c6207447bee497feb851bce454.zip
riot-web: 0.13.3 -> 0.13.5
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/riot')
-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 92960e381233..ea8874548155 100644
--- a/pkgs/applications/networking/instant-messengers/riot/riot-web.nix
+++ b/pkgs/applications/networking/instant-messengers/riot/riot-web.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name= "riot-web-${version}";
-  version = "0.13.3";
+  version = "0.13.5";
 
   src = fetchurl {
     url = "https://github.com/vector-im/riot-web/releases/download/v${version}/riot-v${version}.tar.gz";
-    sha256 = "0acim3kad6lv5ni4blg75phb3njyk9s5h6x7fsn151h1pvsc5mmw";
+    sha256 = "1ap62ksi3dg7qijxxysjpnlmngzgh2jdldvb8s1jx14avanccch6";
   };
 
   installPhase = ''