Merge pull request #45149 from r-ryantm/auto-update/riot-web

riot-web: 0.15.7 -> 0.16.0

authored by Silvan Mosberger and committed by GitHub 955f391e c69e3ba5

+2 -2
+2 -2
pkgs/applications/networking/instant-messengers/riot/riot-web.nix
··· 3 3 let configFile = writeText "riot-config.json" conf; in 4 4 stdenv.mkDerivation rec { 5 5 name= "riot-web-${version}"; 6 - version = "0.15.7"; 6 + version = "0.16.0"; 7 7 8 8 src = fetchurl { 9 9 url = "https://github.com/vector-im/riot-web/releases/download/v${version}/riot-v${version}.tar.gz"; 10 - sha256 = "09sa2qcmns4b9by3hzmyppc6fi3845vppkal2ylrf2vi9yczb2ch"; 10 + sha256 = "1nl0ih5flhp57k96hv6nl5pzrm3r9piqmwzirz9nz8k9803mqp5m"; 11 11 }; 12 12 13 13 installPhase = ''