about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/riot/riot-web.nix
diff options
context:
space:
mode:
authorPascal Bach <pascal.bach@nextrem.ch>2017-09-22 18:31:50 +0200
committerPascal Bach <pascal.bach@nextrem.ch>2017-09-23 21:40:14 +0200
commit8a249c51b6e67b2e956fb833d824a6f12d5de339 (patch)
tree0e644617480a766033884099fc1df00c52c1cda9 /pkgs/applications/networking/instant-messengers/riot/riot-web.nix
parent18ee8068110e5902492ed4759157a16ceee00dca (diff)
downloadnixlib-8a249c51b6e67b2e956fb833d824a6f12d5de339.tar
nixlib-8a249c51b6e67b2e956fb833d824a6f12d5de339.tar.gz
nixlib-8a249c51b6e67b2e956fb833d824a6f12d5de339.tar.bz2
nixlib-8a249c51b6e67b2e956fb833d824a6f12d5de339.tar.lz
nixlib-8a249c51b6e67b2e956fb833d824a6f12d5de339.tar.xz
nixlib-8a249c51b6e67b2e956fb833d824a6f12d5de339.tar.zst
nixlib-8a249c51b6e67b2e956fb833d824a6f12d5de339.zip
riot-web: 0.12.5 -> 0.12.6
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 964f1ab52040..db0d874c5897 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.12.5";
+  version = "0.12.6";
 
   src = fetchurl {
     url = "https://github.com/vector-im/riot-web/releases/download/v${version}/riot-v${version}.tar.gz";
-    sha256 = "1g30gl4b5fk1h13r2v4rspcqic9jg99717lxplk5birg3wi3b2d3";
+    sha256 = "00hxjhnsm4622hv46xm7lc81kbnzi2iz77qppwma14cbh63jbilv";
   };
 
   installPhase = ''