about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/riot/riot-web.nix
diff options
context:
space:
mode:
authorPaul TREHIOU <paul@nyanlout.re>2019-03-13 23:40:44 +0100
committerxeji <36407913+xeji@users.noreply.github.com>2019-03-13 23:40:44 +0100
commit2d6c19efd64f416239d382cd83d27d1985b7ecb3 (patch)
tree2c29fc33dac9ae115de9a2a66fccea0b069d7f48 /pkgs/applications/networking/instant-messengers/riot/riot-web.nix
parentb98e20811b11b108156172181d16237a22009ad4 (diff)
downloadnixlib-2d6c19efd64f416239d382cd83d27d1985b7ecb3.tar
nixlib-2d6c19efd64f416239d382cd83d27d1985b7ecb3.tar.gz
nixlib-2d6c19efd64f416239d382cd83d27d1985b7ecb3.tar.bz2
nixlib-2d6c19efd64f416239d382cd83d27d1985b7ecb3.tar.lz
nixlib-2d6c19efd64f416239d382cd83d27d1985b7ecb3.tar.xz
nixlib-2d6c19efd64f416239d382cd83d27d1985b7ecb3.tar.zst
nixlib-2d6c19efd64f416239d382cd83d27d1985b7ecb3.zip
riot-web: 1.0.1 -> 1.0.3 (#57586)
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 5a2d3b220327..2201efdc028a 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.1";
+  version = "1.0.3";
 
   src = fetchurl {
     url = "https://github.com/vector-im/riot-web/releases/download/v${version}/riot-v${version}.tar.gz";
-    sha256 = "0p2aj8zj1ynn75g0rjyx7dkhvcmvh3d38wpx0hf4fvg9q13vby85";
+    sha256 = "1gwz47wi9g9g9zzf46ry3q9s855rvlcjlg3dsxr1xdvz4arci195";
   };
 
   installPhase = ''