riot-web: 1.5.12 -> 1.5.13

This commit is contained in:
Maximilian Bosch 2020-03-17 16:02:16 +01:00
parent bb9822be79
commit 09f55f8f17
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E

View File

@ -12,11 +12,11 @@ let
in stdenv.mkDerivation rec {
pname = "riot-web";
version = "1.5.12";
version = "1.5.13";
src = fetchurl {
url = "https://github.com/vector-im/riot-web/releases/download/v${version}/riot-v${version}.tar.gz";
sha256 = "064zghrsl348ydzngwxhwjn0d0gkkf3nkzq03v5gad2f11qwnwb6";
sha256 = "0xghpf9rv7ns5aipc6n517qd9dp50rr93arvx6r36kqhkdyzbfad";
};
installPhase = ''