Skip to content

Commit

Permalink
riot-web: 1.6.3 -> 1.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma27 committed Jun 5, 2020
1 parent a0466d5 commit 33d51b7
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.3";
version = "1.6.4";

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

installPhase = ''
Expand Down

0 comments on commit 33d51b7

Please sign in to comment.