summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorPaul TREHIOU <paul@nyanlout.re>2019-03-24 01:14:04 +0100
committerxeji <36407913+xeji@users.noreply.github.com>2019-03-24 01:14:04 +0100
commit62fd641e830d1f023b78f3b111f500cc5ad41199 (patch)
tree179d7804d1d5ae553795150050ed529341078a69 /pkgs/applications
parent20c1a412e14bc27f1130687cd7f3c27436ef4a6e (diff)
downloadnixpkgs-62fd641e830d1f023b78f3b111f500cc5ad41199.tar
nixpkgs-62fd641e830d1f023b78f3b111f500cc5ad41199.tar.gz
nixpkgs-62fd641e830d1f023b78f3b111f500cc5ad41199.tar.bz2
nixpkgs-62fd641e830d1f023b78f3b111f500cc5ad41199.tar.lz
nixpkgs-62fd641e830d1f023b78f3b111f500cc5ad41199.tar.xz
nixpkgs-62fd641e830d1f023b78f3b111f500cc5ad41199.tar.zst
nixpkgs-62fd641e830d1f023b78f3b111f500cc5ad41199.zip
riot-web: 1.0.3 -> 1.0.5 (#58040)
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 2201efdc028..35286d6a2b1 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 = "1.0.3";
+  version = "1.0.5";
 
   src = fetchurl {
     url = "https://github.com/vector-im/riot-web/releases/download/v${version}/riot-v${version}.tar.gz";
-    sha256 = "1gwz47wi9g9g9zzf46ry3q9s855rvlcjlg3dsxr1xdvz4arci195";
+    sha256 = "0m0kdnw0pc84yasnybfh9hmkajji0wjk2snv89crdi79s8k572ki";
   };
 
   installPhase = ''