Skip to content

Commit

Permalink
riot-web: 1.6.5 -> 1.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma27 committed Jun 23, 2020
1 parent ae4f0cf commit 1fb5b2c
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -12,11 +12,11 @@ let

in stdenv.mkDerivation rec {
pname = "riot-web";
version = "1.6.5";
version = "1.6.6";

src = fetchurl {
url = "https://github.com/vector-im/riot-web/releases/download/v${version}/riot-v${version}.tar.gz";
sha256 = "0mx7ql76cbivc0d9gzix51bc1rdp9yg9vjx05mbf5r9sxrwmihz5";
sha256 = "0j88wcha5rr6qaxik4m90v9mgfcj3r9nb4gpd2dzi7m1zf7kivkw";
};

installPhase = ''
Expand Down

0 comments on commit 1fb5b2c

Please sign in to comment.