Skip to content

Commit

Permalink
riot-web: 0.16.0 -> 0.16.2 (#46190)
Browse files Browse the repository at this point in the history
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
riot-web
  • Loading branch information
r-ryantm authored and xeji committed Sep 18, 2018
1 parent b6a21f6 commit 57062f9
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 = "0.16.0";
version = "0.16.2";

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

installPhase = ''
Expand Down

0 comments on commit 57062f9

Please sign in to comment.