Skip to content

Commit

Permalink
riot-web: 1.6.2 -> 1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma27 committed Jun 4, 2020
1 parent c27e54d commit c51202f
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.2";
version = "1.6.3";

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

installPhase = ''
Expand Down

0 comments on commit c51202f

Please sign in to comment.