about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/riot/riot-web.nix
diff options
context:
space:
mode:
authornyanloutre <paul@nyanlout.re>2019-05-11 09:22:35 +0200
committernyanloutre <paul@nyanlout.re>2019-05-11 09:22:35 +0200
commitadc9db2a3a98cf2b363c723fc8ddb248d0829b89 (patch)
treed788504557f6961cc73f876f616e176a55094f83 /pkgs/applications/networking/instant-messengers/riot/riot-web.nix
parentbc94dcf500286495e3c478a9f9322debc94c4304 (diff)
downloadnixlib-adc9db2a3a98cf2b363c723fc8ddb248d0829b89.tar
nixlib-adc9db2a3a98cf2b363c723fc8ddb248d0829b89.tar.gz
nixlib-adc9db2a3a98cf2b363c723fc8ddb248d0829b89.tar.bz2
nixlib-adc9db2a3a98cf2b363c723fc8ddb248d0829b89.tar.lz
nixlib-adc9db2a3a98cf2b363c723fc8ddb248d0829b89.tar.xz
nixlib-adc9db2a3a98cf2b363c723fc8ddb248d0829b89.tar.zst
nixlib-adc9db2a3a98cf2b363c723fc8ddb248d0829b89.zip
riot-web: 1.0.8 -> 1.1.0
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 d46c886a1566..7d19f8f66003 100644
--- a/pkgs/applications/networking/instant-messengers/riot/riot-web.nix
+++ b/pkgs/applications/networking/instant-messengers/riot/riot-web.nix
@@ -6,11 +6,11 @@
 let configFile = writeText "riot-config.json" conf; in
 stdenv.mkDerivation rec {
   name= "riot-web-${version}";
-  version = "1.0.8";
+  version = "1.1.0";
 
   src = fetchurl {
     url = "https://github.com/vector-im/riot-web/releases/download/v${version}/riot-v${version}.tar.gz";
-    sha256 = "010m8b4lfnfi70d4v205wk3i4xhnsz7zkrdqrvw3si14xqy6192r";
+    sha256 = "14ap57hv1c5nh17771l39inpa5yacpyckzqcmjlbrb57illakwrd";
   };
 
   installPhase = ''