Skip to content

Commit

Permalink
riot-web: 1.0.5 -> 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
fpletz committed Apr 1, 2019
1 parent 5344fcf commit d44138b
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -3,11 +3,11 @@
let configFile = writeText "riot-config.json" conf; in
stdenv.mkDerivation rec {
name= "riot-web-${version}";
version = "1.0.5";
version = "1.0.6";

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

installPhase = ''
Expand Down

0 comments on commit d44138b

Please sign in to comment.