about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorxeji <36407913+xeji@users.noreply.github.com>2018-04-30 23:12:25 +0200
committerGitHub <noreply@github.com>2018-04-30 23:12:25 +0200
commitbfb26debdb0547ec6db664d30ec37945c9a8a7f5 (patch)
tree69761510f926b9f0f214e8ab64b6d86896c00c13 /pkgs
parent2f4e3f90642c83b60975a93c418b759518b88102 (diff)
parentdc2f012215f15dc05e447ce6611039fcaede3910 (diff)
downloadnixlib-bfb26debdb0547ec6db664d30ec37945c9a8a7f5.tar
nixlib-bfb26debdb0547ec6db664d30ec37945c9a8a7f5.tar.gz
nixlib-bfb26debdb0547ec6db664d30ec37945c9a8a7f5.tar.bz2
nixlib-bfb26debdb0547ec6db664d30ec37945c9a8a7f5.tar.lz
nixlib-bfb26debdb0547ec6db664d30ec37945c9a8a7f5.tar.xz
nixlib-bfb26debdb0547ec6db664d30ec37945c9a8a7f5.tar.zst
nixlib-bfb26debdb0547ec6db664d30ec37945c9a8a7f5.zip
Merge pull request #39732 from r-ryantm/auto-update/riot-web
riot-web: 0.14.0 -> 0.14.1
Diffstat (limited to 'pkgs')
-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 0d3342e66687..ce558130a6ce 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.14.0";
+  version = "0.14.1";
 
   src = fetchurl {
     url = "https://github.com/vector-im/riot-web/releases/download/v${version}/riot-v${version}.tar.gz";
-    sha256 = "0san8d3dghjkqqv0ypampgl7837mxk9w64ci6fzy1k5d5dmdgvsi";
+    sha256 = "08paca7wc135hspkv97bgh2a29hbg8vxv0mrp68mgwscpyrl6vnf";
   };
 
   installPhase = ''